public static interface RelFactories.ProjectFactory
LogicalProject of the
appropriate type for this rule's calling convention.| Modifier and Type | Method and Description |
|---|---|
RelNode |
createProject(RelNode input,
List<RelHint> hints,
List<? extends RexNode> childExprs,
@Nullable List<? extends String> fieldNames)
Creates a project.
|
RelNode createProject(RelNode input, List<RelHint> hints, List<? extends RexNode> childExprs, @Nullable List<? extends String> fieldNames)
input - The inputhints - The hintschildExprs - The projection expressionsfieldNames - The projection field namesCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.