public class CassandraLimit extends SingleRel implements CassandraRel
CassandraRel.ImplementorRelNode.Context| Modifier and Type | Field and Description |
|---|---|
RexNode |
fetch |
RexNode |
offset |
digest, id, rowType, traitSetCONVENTION| Constructor and Description |
|---|
CassandraLimit(RelOptCluster cluster,
RelTraitSet traitSet,
RelNode input,
RexNode offset,
RexNode fetch) |
| Modifier and Type | Method and Description |
|---|---|
RelOptCost |
computeSelfCost(RelOptPlanner planner,
RelMetadataQuery mq) |
CassandraLimit |
copy(RelTraitSet traitSet,
List<RelNode> newInputs) |
RelWriter |
explainTerms(RelWriter pw) |
void |
implement(CassandraRel.Implementor implementor) |
childrenAccept, deriveRowType, estimateRowCount, getInput, getInputs, replaceInputaccept, accept, collectVariablesSet, collectVariablesUsed, computeDigest, computeSelfCost, explain, getChildExps, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getQuery, getRelTypeName, getRows, getRowType, getTable, getTraitSet, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, sole, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, estimateRowCount, explain, getChildExps, getCollationList, getConvention, getCorrelVariable, getExpectedInputRowType, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTable, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, replaceInputgetCluster, getDescription, getDigest, getId, getTraitSetpublic CassandraLimit(RelOptCluster cluster, RelTraitSet traitSet, RelNode input, RexNode offset, RexNode fetch)
public RelOptCost computeSelfCost(RelOptPlanner planner, RelMetadataQuery mq)
computeSelfCost in interface RelNodecomputeSelfCost in class AbstractRelNodepublic CassandraLimit copy(RelTraitSet traitSet, List<RelNode> newInputs)
copy in interface RelNodecopy in class AbstractRelNodepublic void implement(CassandraRel.Implementor implementor)
implement in interface CassandraRelpublic RelWriter explainTerms(RelWriter pw)
explainTerms in class SingleRelCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.