Class CEPOperation
java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.cep.CEPOperation
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 CEPCall,CEPFieldRef,CEPLiteral
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.- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic CEPOperationof(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexNode operation)  
- 
Constructor Details
- 
CEPOperation
public CEPOperation() 
 - 
 - 
Method Details
- 
of
public static CEPOperation of(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexNode operation)  
 -