Package org.apache.pinot.spi.utils
Class CommonConstants.Query.Range
- java.lang.Object
-
- org.apache.pinot.spi.utils.CommonConstants.Query.Range
-
- Enclosing class:
- CommonConstants.Query
public static class CommonConstants.Query.Range extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static charDELIMITERstatic charLOWER_EXCLUSIVEstatic charLOWER_INCLUSIVEstatic StringLOWER_UNBOUNDEDstatic StringUNBOUNDEDstatic charUPPER_EXCLUSIVEstatic charUPPER_INCLUSIVEstatic StringUPPER_UNBOUNDED
-
Constructor Summary
Constructors Constructor Description Range()
-
-
-
Field Detail
-
DELIMITER
public static final char DELIMITER
- See Also:
- Constant Field Values
-
LOWER_EXCLUSIVE
public static final char LOWER_EXCLUSIVE
- See Also:
- Constant Field Values
-
LOWER_INCLUSIVE
public static final char LOWER_INCLUSIVE
- See Also:
- Constant Field Values
-
UPPER_EXCLUSIVE
public static final char UPPER_EXCLUSIVE
- See Also:
- Constant Field Values
-
UPPER_INCLUSIVE
public static final char UPPER_INCLUSIVE
- See Also:
- Constant Field Values
-
UNBOUNDED
public static final String UNBOUNDED
- See Also:
- Constant Field Values
-
LOWER_UNBOUNDED
public static final String LOWER_UNBOUNDED
- See Also:
- Constant Field Values
-
UPPER_UNBOUNDED
public static final String UPPER_UNBOUNDED
- See Also:
- Constant Field Values
-
-