| 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
FunctionDefinitions 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
FunctionDefinitions. |
| Modifier and Type | Method and Description |
|---|---|
static OperationTreeBuilder |
OperationTreeBuilder.create(TableConfig config,
FunctionLookup functionCatalog,
TableReferenceLookup tableReferenceLookup,
boolean isStreamingMode) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.