public class SqlExtractTimestampOperatorRewriter extends java.lang.Object implements SqlOperatorRewriter
Constructor and Description |
---|
SqlExtractTimestampOperatorRewriter() |
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
RexNode that represents a call to this operator with the
specified operands. |
public 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)
SqlOperatorRewriter
RexNode
that represents a call to this operator with the
specified operands.apply
in interface SqlOperatorRewriter
rexBuilder
- A RexBuilder
instance to use for creating new RexNode
soperands
- The original list of RexNode
operands passed to this operator call