Class Quantifier
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sql.impl.cep.Quantifier
-
- All Implemented Interfaces:
java.io.Serializable
public class Quantifier extends java.lang.Object implements java.io.SerializableTheQuantifierclass is intended for storing the information of the quantifier for a pattern variable.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QuantifierASTERISKstatic QuantifierASTERISK_RELUCTANTstatic QuantifierNONEstatic QuantifierPLUSstatic QuantifierPLUS_RELUCTANTstatic QuantifierQMARKstatic QuantifierQMARK_RELUCTANT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
NONE
public static final Quantifier NONE
-
PLUS
public static final Quantifier PLUS
-
QMARK
public static final Quantifier QMARK
-
ASTERISK
public static final Quantifier ASTERISK
-
PLUS_RELUCTANT
public static final Quantifier PLUS_RELUCTANT
-
ASTERISK_RELUCTANT
public static final Quantifier ASTERISK_RELUCTANT
-
QMARK_RELUCTANT
public static final Quantifier QMARK_RELUCTANT
-
-