Class CEPPattern
java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.cep.CEPPattern
- All Implemented Interfaces:
 Serializable
Core pattern class that stores the definition of a single pattern.
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic CEPPatternof(Schema theSchema, String patternVar, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexCall patternDef, Quantifier quant) toString() 
- 
Method Details
- 
toString
 - 
getPatternCondition
 - 
getPatternVar
 - 
getQuantifier
 - 
of
public static CEPPattern of(Schema theSchema, String patternVar, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexCall patternDef, Quantifier quant)  
 -