Uses of Class
org.apache.flink.table.operations.utils.OperationTreeBuilder
Packages that use OperationTreeBuilder
-
Uses of OperationTreeBuilder in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal that return OperationTreeBuilderModifier and TypeMethodDescriptionTableEnvironmentImpl.getOperationTreeBuilder()TableEnvironmentInternal.getOperationTreeBuilder()Returns aOperationTreeBuilderthat can createQueryOperations.Methods in org.apache.flink.table.api.internal with parameters of type OperationTreeBuilderModifier and TypeMethodDescriptionstatic 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 OperationTreeBuilderModifier and TypeMethodDescriptionstatic OperationTreeBuilderOperationTreeBuilder.create(TableConfig tableConfig, ClassLoader userClassLoader, FunctionLookup functionCatalog, org.apache.flink.table.catalog.DataTypeFactory typeFactory, TableReferenceLookup tableReferenceLookup, SqlExpressionResolver sqlExpressionResolver, boolean isStreamingMode)