public abstract class CEPOperation
extends java.lang.Object
implements java.io.Serializable
CEPOperation
is the base class for the evaluation operations defined in the DEFINE
syntax of MATCH_RECOGNIZE
. CEPCall
, CEPFieldRef
, CEPLiteral
are the subclasses of it.Constructor and Description |
---|
CEPOperation() |
Modifier and Type | Method and Description |
---|---|
static CEPOperation |
of(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rex.RexNode operation) |
public static CEPOperation of(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rex.RexNode operation)