public class EnumerableCollect extends Collect implements EnumerableRel
Collect in
enumerable calling convention.EnumerableRel.Prefer, EnumerableRel.ResultRelNode.Contextdigest, id, rowType, traitSet| Constructor and Description |
|---|
EnumerableCollect(RelOptCluster cluster,
RelTraitSet traitSet,
RelNode input,
RelDataType rowType)
Creates an EnumerableCollect.
|
EnumerableCollect(RelOptCluster cluster,
RelTraitSet traitSet,
RelNode input,
String fieldName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EnumerableCollect |
copy(RelTraitSet traitSet,
RelNode newInput) |
static Collect |
create(RelNode input,
RelDataType rowType)
Creates an EnumerableCollect.
|
EnumerableRel.Result |
implement(EnumerableRelImplementor implementor,
EnumerableRel.Prefer pref)
Creates a plan for this expression according to a calling convention.
|
copy, create, create, deriveCollectRowType, deriveRowType, deriveRowType, explainTerms, getCollectionType, getFieldName, rowTypechildrenAccept, estimateRowCount, getInput, getInputs, replaceInputaccept, accept, collectVariablesSet, collectVariablesUsed, computeSelfCost, deepEquals, deepHashCode, equals, explain, getCluster, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getRelDigest, getRelTypeName, getRowType, getTable, getTraitSet, getVariablesSet, hashCode, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, sole, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitderiveTraits, getDeriveMode, passThroughTraitsderive, derive, passThroughaccept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, copy, deepEquals, deepHashCode, estimateRowCount, explain, explain, fieldIsNullable, getConvention, getCorrelVariable, getDigest, getExpectedInputRowType, getInput, getInputs, getRelDigest, getRelTypeName, getRowType, getTable, getVariablesSet, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, replaceInputgetCluster, getDescription, getId, getTraitSetpublic EnumerableCollect(RelOptCluster cluster, RelTraitSet traitSet, RelNode input, RelDataType rowType)
Use create(org.apache.calcite.rel.RelNode, org.apache.calcite.rel.type.RelDataType) unless you know what you're doing.
cluster - ClustertraitSet - Trait setinput - Input relational expressionrowType - Row type@Deprecated public EnumerableCollect(RelOptCluster cluster, RelTraitSet traitSet, RelNode input, String fieldName)
public static Collect create(RelNode input, RelDataType rowType)
input - Input relational expressionrowType - Row typepublic EnumerableCollect copy(RelTraitSet traitSet, RelNode newInput)
public EnumerableRel.Result implement(EnumerableRelImplementor implementor, EnumerableRel.Prefer pref)
EnumerableRelimplement in interface EnumerableRelimplementor - Implementorpref - Preferred representation for rows in result expressionCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.