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(Function<String,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,
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
FunctionDefinition s. |
Modifier and Type | Method and Description |
---|---|
static OperationTreeBuilder |
OperationTreeBuilder.create(TableConfig tableConfig,
ClassLoader userClassLoader,
FunctionLookup functionCatalog,
DataTypeFactory typeFactory,
TableReferenceLookup tableReferenceLookup,
SqlExpressionResolver sqlExpressionResolver,
boolean isStreamingMode) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.