Class CEPOperation
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sql.impl.cep.CEPOperation
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CEPCall,CEPFieldRef,CEPLiteral
public abstract class CEPOperation extends java.lang.Object implements java.io.SerializableCEPOperationis the base class for the evaluation operations defined in theDEFINEsyntax ofMATCH_RECOGNIZE.CEPCall,CEPFieldRef,CEPLiteralare the subclasses of it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CEPOperation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CEPOperationof(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexNode operation)
-
-
-
Method Detail
-
of
public static CEPOperation of(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexNode operation)
-
-