java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.cep.CEPOperation
org.apache.beam.sdk.extensions.sql.impl.cep.CEPCall
All Implemented Interfaces:
Serializable

public class CEPCall extends CEPOperation
A CEPCall instance represents an operation (node) that contains an operator and a list of operands. It has the similar functionality as Calcite's RexCall.
See Also:
  • Method Details

    • getOperator

      public CEPOperator getOperator()
    • getOperands

      public List<CEPOperation> getOperands()
    • of

      public static CEPCall of(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rex.RexCall operation)
    • toString

      public String toString()
      Overrides:
      toString in class Object