Class CEPOperator

java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.cep.CEPOperator
All Implemented Interfaces:
Serializable

public class CEPOperator extends Object implements Serializable
The CEPOperator records the operators (i.e. functions) in the DEFINE clause of MATCH_RECOGNIZE.
See Also:
  • Method Details

    • getCepKind

      public CEPKind getCepKind()
    • of

      public static CEPOperator of(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlOperator op)
    • toString

      public String toString()
      Overrides:
      toString in class Object