public final class LogicalWindow extends Window
Window
not targeted at any particular engine or calling convention.Window.Group, Window.RexWinAggCalldigest, id, rowType, traitSet| Constructor and Description |
|---|
LogicalWindow(RelOptCluster cluster,
RelTraitSet traits,
RelNode child,
List<RexLiteral> constants,
RelDataType rowType,
List<Window.Group> groups)
Creates a LogicalWindow.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalWindow |
copy(RelTraitSet traitSet,
List<RelNode> inputs)
Creates a copy of this relational expression, perhaps changing traits and
inputs.
|
static RelNode |
create(RelOptCluster cluster,
RelTraitSet traitSet,
RelNode child,
RexProgram program)
Creates a LogicalWindow.
|
computeSelfCost, explainTerms, getCollation, getConstants, getProjectOrdinals, isValidchildrenAccept, deriveRowType, getInput, getInputs, getRows, replaceInputaccept, accept, collectVariablesSet, collectVariablesUsed, computeDigest, explain, getChildExps, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getQuery, getRelTypeName, getRowType, getTable, getTraitSet, getVariablesStopped, isDistinct, isKey, metadata, onRegister, recomputeDigest, register, sole, toStringpublic LogicalWindow(RelOptCluster cluster, RelTraitSet traits, RelNode child, List<RexLiteral> constants, RelDataType rowType, List<Window.Group> groups)
cluster - Clusterchild - Input relational expressionconstants - List of constants that are additional inputsrowType - Output row typegroups - Windowspublic LogicalWindow copy(RelTraitSet traitSet, List<RelNode> inputs)
RelNodeSub-classes with other important attributes are encouraged to create variants of this method with more parameters.
copy in interface RelNodecopy in class AbstractRelNodetraitSet - Trait setinputs - Inputspublic static RelNode create(RelOptCluster cluster, RelTraitSet traitSet, RelNode child, RexProgram program)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.