public class CassandraSort extends org.apache.calcite.rel.core.Sort implements CassandraRel
Sort
relational expression in Cassandra.CassandraRel.ImplementorCONVENTION| 构造器和说明 |
|---|
CassandraSort(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traitSet,
org.apache.calcite.rel.RelNode child,
org.apache.calcite.rel.RelCollation collation) |
| 限定符和类型 | 方法和说明 |
|---|---|
@Nullable org.apache.calcite.plan.RelOptCost |
computeSelfCost(org.apache.calcite.plan.RelOptPlanner planner,
org.apache.calcite.rel.metadata.RelMetadataQuery mq) |
org.apache.calcite.rel.core.Sort |
copy(org.apache.calcite.plan.RelTraitSet traitSet,
org.apache.calcite.rel.RelNode input,
org.apache.calcite.rel.RelCollation newCollation,
@Nullable org.apache.calcite.rex.RexNode offset,
@Nullable org.apache.calcite.rex.RexNode fetch) |
void |
implement(CassandraRel.Implementor implementor) |
accept, copy, copy, explainTerms, getCollation, getHints, getSortExps, isEnforcerchildrenAccept, deriveRowType, estimateRowCount, getInput, getInputs, replaceInputaccept, collectVariablesSet, collectVariablesUsed, deepEquals, deepHashCode, equals, explain, getCluster, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getRelDigest, getRelTypeName, getRowType, getTable, getTraitSet, getVariablesSet, hashCode, isValid, metadata, onRegister, recomputeDigest, register, sole, toStringaccept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, copy, deepEquals, deepHashCode, estimateRowCount, explain, explain, fieldIsNullable, getConvention, getCorrelVariable, getDigest, getExpectedInputRowType, getInput, getInputs, getRelDigest, getRelTypeName, getRowType, getTable, getVariablesSet, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, replaceInput, strippedpublic CassandraSort(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traitSet,
org.apache.calcite.rel.RelNode child,
org.apache.calcite.rel.RelCollation collation)
public @Nullable org.apache.calcite.plan.RelOptCost computeSelfCost(org.apache.calcite.plan.RelOptPlanner planner,
org.apache.calcite.rel.metadata.RelMetadataQuery mq)
computeSelfCost 在接口中 org.apache.calcite.rel.RelNodecomputeSelfCost 在类中 org.apache.calcite.rel.core.Sortpublic org.apache.calcite.rel.core.Sort copy(org.apache.calcite.plan.RelTraitSet traitSet,
org.apache.calcite.rel.RelNode input,
org.apache.calcite.rel.RelCollation newCollation,
@Nullable org.apache.calcite.rex.RexNode offset,
@Nullable org.apache.calcite.rex.RexNode fetch)
copy 在类中 org.apache.calcite.rel.core.Sortpublic void implement(CassandraRel.Implementor implementor)
implement 在接口中 CassandraRelCopyright © 2012-2023 Apache Software Foundation. All Rights Reserved.