public class BeamCalcRel extends org.apache.calcite.rel.core.Calc implements BeamRelNode
Project node.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BeamCalcRel.CalcFn
CalcFn is the executor for a BeamCalcRel step. | 
| Constructor and Description | 
|---|
BeamCalcRel(org.apache.calcite.plan.RelOptCluster cluster,
           org.apache.calcite.plan.RelTraitSet traits,
           org.apache.calcite.rel.RelNode input,
           org.apache.calcite.rex.RexProgram program)  | 
| Modifier and Type | Method and Description | 
|---|---|
PTransform<PCollectionList<Row>,PCollection<Row>> | 
buildPTransform()  | 
org.apache.calcite.rel.core.Calc | 
copy(org.apache.calcite.plan.RelTraitSet traitSet,
    org.apache.calcite.rel.RelNode input,
    org.apache.calcite.rex.RexProgram program)  | 
int | 
getLimitCountOfSortRel()  | 
boolean | 
isInputSortRelAndLimitOnly()  | 
accept, computeSelfCost, copy, copy, estimateRowCount, explainTerms, getProgram, isValidchildrenAccept, deriveRowType, getInput, getInputs, replaceInputaccept, 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, metadata, onRegister, recomputeDigest, register, sole, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPCollectionInputs, getPipelineOptionsaccept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, computeSelfCost, copy, estimateRowCount, explain, getChildExps, getCollationList, getConvention, getCorrelVariable, getExpectedInputRowType, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTable, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, replaceInputpublic BeamCalcRel(org.apache.calcite.plan.RelOptCluster cluster,
                   org.apache.calcite.plan.RelTraitSet traits,
                   org.apache.calcite.rel.RelNode input,
                   org.apache.calcite.rex.RexProgram program)
public org.apache.calcite.rel.core.Calc copy(org.apache.calcite.plan.RelTraitSet traitSet,
                                             org.apache.calcite.rel.RelNode input,
                                             org.apache.calcite.rex.RexProgram program)
copy in class org.apache.calcite.rel.core.Calcpublic PTransform<PCollectionList<Row>,PCollection<Row>> buildPTransform()
buildPTransform in interface BeamRelNodepublic int getLimitCountOfSortRel()
public boolean isInputSortRelAndLimitOnly()