Modifier and Type | Method and Description |
---|---|
static TableImpl |
TableImpl.createTable(TableEnvironment tableEnvironment,
QueryOperation operationTree,
OperationTreeBuilder operationTreeBuilder,
FunctionLookup functionLookup) |
Modifier and Type | Class and Description |
---|---|
class |
FunctionCatalog
Simple function catalog to store
FunctionDefinition s in catalogs. |
Modifier and Type | Method and Description |
---|---|
static ExpressionResolver.ExpressionResolverBuilder |
ExpressionResolver.resolverFor(TableConfig config,
TableReferenceLookup tableCatalog,
FunctionLookup functionLookup,
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
FunctionDefinition s. |
Modifier and Type | Method and Description |
---|---|
static OperationTreeBuilder |
OperationTreeBuilder.create(TableConfig config,
FunctionLookup functionCatalog,
TableReferenceLookup tableReferenceLookup,
boolean isStreamingMode) |
Constructor and Description |
---|
QueryOperationConverter(org.apache.flink.table.planner.calcite.FlinkRelBuilder relBuilder,
FunctionLookup functionCatalog) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.