Class TJsonTable

All Implemented Interfaces:
IRelation, Visitable, Iterator<TSourceToken>

public class TJsonTable extends TTableFunction
This class is used to represent a JSON_TABLE function in Oracle and OpenJson function in SQL Server. JSON_TABLE is a function that generates a relational view of JSON data. It returns a table with one or more rows for each object in a JSON array. OpenJson in SQL Server, SOQL in Salesforce Json_table in Oracle