public interface SqlOperatorRewriter
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.rex.RexNode | apply(org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.rex.RexBuilder rexBuilder,
     java.util.List<org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.rex.RexNode> operands)Create and return a new  RexNodethat represents a call to this operator with the
 specified operands. | 
org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.rex.RexNode apply(org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.rex.RexBuilder rexBuilder,
                                                                            java.util.List<org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.rex.RexNode> operands)
RexNode that represents a call to this operator with the
 specified operands.rexBuilder - A RexBuilder instance to use for creating new RexNodesoperands - The original list of RexNode operands passed to this operator call