Class CEPCall

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Detail

      • getOperands

        public java.util.List<CEPOperation> getOperands()
      • of

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object