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

public class Quantifier extends Object implements Serializable
The Quantifier class is intended for storing the information of the quantifier for a pattern variable.
See Also:
  • Field Details

    • 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
  • Method Details