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 OperationTreeBuilderTableEnvironmentImpl. getOperationTreeBuilder()OperationTreeBuilderTableEnvironmentInternal. getOperationTreeBuilder()Returns aOperationTreeBuilderthat can createQueryOperations.Methods in org.apache.flink.table.api.internal with parameters of type OperationTreeBuilder Modifier and Type Method Description static TableImplTableImpl. 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 OperationTreeBuilderOperationTreeBuilder. create(TableConfig tableConfig, ClassLoader userClassLoader, FunctionLookup functionCatalog, org.apache.flink.table.catalog.DataTypeFactory typeFactory, TableReferenceLookup tableReferenceLookup, SqlExpressionResolver sqlExpressionResolver, boolean isStreamingMode)
-