@Internal public class BeamZetaSqlCalcRel extends AbstractBeamCalcRel
Project and Filter node based on the ZetaSQL
 expression evaluator.hints, program| Constructor and Description | 
|---|
| BeamZetaSqlCalcRel(org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.plan.RelOptCluster cluster,
                  org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.plan.RelTraitSet traits,
                  org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.rel.RelNode input,
                  org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.rex.RexProgram program) | 
| Modifier and Type | Method and Description | 
|---|---|
| PTransform<PCollectionList<Row>,PCollection<Row>> | buildPTransform() | 
| org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.rel.core.Calc | copy(org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.plan.RelTraitSet traitSet,
    org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.rel.RelNode input,
    org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.rex.RexProgram program) | 
beamComputeSelfCost, estimateNodeStats, getLimitCountOfSortRel, isInputSortRelAndLimitOnlyaccept, computeSelfCost, containsOver, copy, copy, estimateRowCount, explainTerms, getHints, getProgram, isValidchildrenAccept, deriveRowType, getInput, getInputs, replaceInputaccept, collectVariablesSet, collectVariablesUsed, deepEquals, 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, isBoundedaccept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, copy, deepEquals, deepHashCode, estimateRowCount, explain, explain, getConvention, getCorrelVariable, getDigest, getExpectedInputRowType, getInput, getInputs, getRelDigest, getRelTypeName, getRowType, getTable, getVariablesSet, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, replaceInputpublic BeamZetaSqlCalcRel(org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.plan.RelOptCluster cluster,
                          org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.plan.RelTraitSet traits,
                          org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.rel.RelNode input,
                          org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.rex.RexProgram program)
public org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.rel.core.Calc copy(org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.plan.RelTraitSet traitSet,
                                                                                    org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.rel.RelNode input,
                                                                                    org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.rex.RexProgram program)
copy in class org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.rel.core.Calcpublic PTransform<PCollectionList<Row>,PCollection<Row>> buildPTransform()