| Package | Description |
|---|---|
| org.apache.flink.table.api.internal | |
| org.apache.flink.table.operations.utils |
| Modifier and Type | Method and Description |
|---|---|
OperationTreeBuilder |
TableEnvironmentInternal.getOperationTreeBuilder()
Returns a
OperationTreeBuilder that can create QueryOperations. |
OperationTreeBuilder |
TableEnvironmentImpl.getOperationTreeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static TableImpl |
TableImpl.createTable(TableEnvironmentInternal tableEnvironment,
QueryOperation operationTree,
OperationTreeBuilder operationTreeBuilder,
FunctionLookup functionLookup) |
| Modifier and Type | Method and Description |
|---|---|
static OperationTreeBuilder |
OperationTreeBuilder.create(TableConfig tableConfig,
ClassLoader userClassLoader,
FunctionLookup functionCatalog,
org.apache.flink.table.catalog.DataTypeFactory typeFactory,
TableReferenceLookup tableReferenceLookup,
SqlExpressionResolver sqlExpressionResolver,
boolean isStreamingMode) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.