Class PatternCondition
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sql.impl.cep.PatternCondition
-
- All Implemented Interfaces:
java.io.Serializable
public abstract class PatternCondition extends java.lang.Object implements java.io.SerializablePatternConditionstores the function to decide whether a row is a match of a single pattern.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleaneval(org.apache.beam.sdk.values.Row eleRow)
-