Class CEPOperation

java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.cep.CEPOperation
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CEPCall, CEPFieldRef, CEPLiteral

public abstract class CEPOperation extends Object implements 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.
See Also:
  • Constructor Details

    • CEPOperation

      public CEPOperation()
  • Method Details

    • of

      public static CEPOperation of(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rex.RexNode operation)