public class BeamCalcRel extends AbstractBeamCalcRel
Project and Filter node.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BeamCalcRel.WrappedList<T>
WrappedList translates  
List on access. | 
static class  | 
BeamCalcRel.WrappedMap<V>
WrappedMap translates  
Map on access. | 
static class  | 
BeamCalcRel.WrappedRow
WrappedRow translates  
Row on access. | 
hints, program| Constructor and Description | 
|---|
BeamCalcRel(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelOptCluster cluster,
           org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTraitSet traits,
           org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rel.RelNode input,
           org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rex.RexProgram program)  | 
| Modifier and Type | Method and Description | 
|---|---|
PTransform<PCollectionList<Row>,PCollection<Row>> | 
buildPTransform()  | 
PTransform<PCollectionList<Row>,PCollection<Row>> | 
buildPTransform(@Nullable PTransform<PCollection<Row>,? extends POutput> errorsTransformer)  | 
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rel.core.Calc | 
copy(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTraitSet traitSet,
    org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rel.RelNode input,
    org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rex.RexProgram program)  | 
beamComputeSelfCost, deepEquals, estimateNodeStats, getLimitCountOfSortRel, isInputSortRelAndLimitOnlyaccept, computeSelfCost, containsOver, copy, copy, estimateRowCount, explainTerms, getHints, getProgram, isValidchildrenAccept, deriveRowType, getInput, getInputs, replaceInputaccept, collectVariablesSet, collectVariablesUsed, deepHashCode, equals, explain, getCluster, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getRelDigest, getRelTypeName, getRowType, getTable, getTraitSet, getVariablesSet, hashCode, isEnforcer, metadata, onRegister, recomputeDigest, register, sole, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPCollectionInputs, getPipelineOptions, isBounded, withErrorsTransformeraccept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, copy, deepHashCode, estimateRowCount, explain, explain, fieldIsNullable, getConvention, getCorrelVariable, getDigest, getExpectedInputRowType, getInput, getInputs, getRelDigest, getRelTypeName, getRowType, getTable, getVariablesSet, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, replaceInputpublic BeamCalcRel(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelOptCluster cluster,
                   org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTraitSet traits,
                   org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rel.RelNode input,
                   org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rex.RexProgram program)
public org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rel.core.Calc copy(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelTraitSet traitSet,
                                                                                    org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rel.RelNode input,
                                                                                    org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rex.RexProgram program)
copy in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rel.core.Calcpublic PTransform<PCollectionList<Row>,PCollection<Row>> buildPTransform(@Nullable PTransform<PCollection<Row>,? extends POutput> errorsTransformer)
public PTransform<PCollectionList<Row>,PCollection<Row>> buildPTransform()