public class CEPCall extends CEPOperation
CEPCall instance represents an operation (node) that contains an operator and a list of
 operands. It has the similar functionality as Calcite's RexCall.| Modifier and Type | Method and Description | 
|---|---|
java.util.List<CEPOperation> | 
getOperands()  | 
CEPOperator | 
getOperator()  | 
static CEPCall | 
of(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rex.RexCall operation)  | 
java.lang.String | 
toString()  | 
ofpublic CEPOperator getOperator()
public java.util.List<CEPOperation> getOperands()
public static CEPCall of(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rex.RexCall operation)
public java.lang.String toString()
toString in class java.lang.Object