Uses of Class
org.apache.flink.table.operations.utils.OperationTreeBuilder
-
Packages that use OperationTreeBuilder Package Description org.apache.flink.table.api.internal org.apache.flink.table.operations.utils -
-
Uses of OperationTreeBuilder in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal that return OperationTreeBuilder Modifier and Type Method Description OperationTreeBuilder
TableEnvironmentImpl. getOperationTreeBuilder()
OperationTreeBuilder
TableEnvironmentInternal. getOperationTreeBuilder()
Returns aOperationTreeBuilder
that can createQueryOperation
s.Methods in org.apache.flink.table.api.internal with parameters of type OperationTreeBuilder Modifier and Type Method Description static TableImpl
TableImpl. createTable(TableEnvironmentInternal tableEnvironment, QueryOperation operationTree, OperationTreeBuilder operationTreeBuilder, FunctionLookup functionLookup)
-
Uses of OperationTreeBuilder in org.apache.flink.table.operations.utils
Methods in org.apache.flink.table.operations.utils that return OperationTreeBuilder Modifier and Type Method Description static OperationTreeBuilder
OperationTreeBuilder. create(TableConfig tableConfig, ClassLoader userClassLoader, FunctionLookup functionCatalog, org.apache.flink.table.catalog.DataTypeFactory typeFactory, TableReferenceLookup tableReferenceLookup, SqlExpressionResolver sqlExpressionResolver, boolean isStreamingMode)
-