Class CEPPattern
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sql.impl.cep.CEPPattern
-
- All Implemented Interfaces:
java.io.Serializable
public class CEPPattern extends java.lang.Object implements java.io.SerializableCore pattern class that stores the definition of a single pattern.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CEPCallgetPatternCondition()java.lang.StringgetPatternVar()QuantifiergetQuantifier()static CEPPatternof(org.apache.beam.sdk.schemas.Schema theSchema, java.lang.String patternVar, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexCall patternDef, Quantifier quant)java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getPatternCondition
public CEPCall getPatternCondition()
-
getPatternVar
public java.lang.String getPatternVar()
-
getQuantifier
public Quantifier getQuantifier()
-
of
public static CEPPattern of(org.apache.beam.sdk.schemas.Schema theSchema, java.lang.String patternVar, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexCall patternDef, Quantifier quant)
-
-