| Modifier and Type | Method and Description |
|---|---|
static TableImpl |
TableImpl.createTable(TableEnvironmentInternal tableEnvironment,
QueryOperation operationTree,
OperationTreeBuilder operationTreeBuilder,
FunctionLookup functionLookup) |
| Modifier and Type | Method and Description |
|---|---|
FunctionLookup |
FunctionCatalog.asLookup(java.util.function.Function<String,org.apache.flink.table.catalog.UnresolvedIdentifier> parser)
Creates a
FunctionLookup to this FunctionCatalog. |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionResolver.ExpressionResolverBuilder |
ExpressionResolver.resolverFor(TableConfig tableConfig,
ClassLoader userClassLoader,
TableReferenceLookup tableCatalog,
FunctionLookup functionLookup,
org.apache.flink.table.catalog.DataTypeFactory typeFactory,
SqlExpressionResolver sqlExpressionResolver,
QueryOperation... inputs)
Creates a builder for
ExpressionResolver. |
| Constructor and Description |
|---|
LookupCallResolver(FunctionLookup functionLookup) |
| Modifier and Type | Method and Description |
|---|---|
FunctionLookup |
ResolverRule.ResolutionContext.functionLookup()
Access to available
FunctionDefinitions. |
| 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–2024 The Apache Software Foundation. All rights reserved.