| Modifier and Type | Method and Description |
|---|---|
ExpressionResolver.PostResolverFactory |
ExpressionResolver.postResolverFactory()
Enables the creation of resolved expressions for transformations after the actual resolution.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionResolver.PostResolverFactory |
ResolverRule.ResolutionContext.postResolutionFactory()
Enables the creation of resolved expressions for transformations after the actual resolution.
|
| Modifier and Type | Method and Description |
|---|---|
QueryOperation |
ProjectionOperationFactory.create(List<org.apache.flink.table.expressions.ResolvedExpression> projectList,
QueryOperation child,
boolean explicitAlias,
ExpressionResolver.PostResolverFactory postResolverFactory) |
QueryOperation |
SortOperationFactory.createSort(List<org.apache.flink.table.expressions.ResolvedExpression> orders,
QueryOperation child,
ExpressionResolver.PostResolverFactory postResolverFactory)
Creates a valid
SortQueryOperation operation. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.