Package org.apache.hadoop.hbase.filter
Class ParseConstants
java.lang.Object
org.apache.hadoop.hbase.filter.ParseConstants
ParseConstants holds a bunch of constants related to parsing Filter Strings Used by
ParseFilter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
ASCII code for 'A'static final byte[]
AND Byte Arraystatic final byte[]
AND Arraystatic final ByteBuffer
static final int
ASCII code for Backslashstatic final byte[]
BinaryPrefixType byte arraystatic final byte[]
BinaryType byte arraystatic final int
ASCII code for colon (:)static final int
ASCII code for a commastatic final int
ASCII code for 'D'static final int
ASCII code for 'E'static final int
ASCII code for equal to (=)static final byte[]
EQUAL_TO Arraystatic final ByteBuffer
static final String
Package containing filtersstatic final byte[]
GREATER_THAN Arraystatic final ByteBuffer
static final byte[]
GREATER_THAN_OR_EQUAL_TO Arraystatic final ByteBuffer
static final int
ASCII code for 'H'static final int
ASCII code for 'I'static final int
ASCII code for 'K'static final int
ASCII code for 'L'static final byte[]
LESS_THAN Arraystatic final ByteBuffer
static final byte[]
LESS_THAN_OR_EQUAL_TO Arraystatic final ByteBuffer
static final int
ASCII code for LPARENstatic final byte[]
LPAREN Arraystatic final ByteBuffer
static final int
ASCII for Minus Signstatic final int
ASCII code for 'N'static final int
ASCII code foe Ninestatic final byte[]
NOT_EQUAL_TO Arraystatic final ByteBuffer
static final int
ASCII code for 'O'static final byte[]
OR Byte Arraystatic final byte[]
OR Arraystatic final ByteBuffer
static final int
ASCII code for 'P'static final int
ASCII code for 'R'static final byte[]
RegexStringNoCaseType byte arraystatic final byte[]
RegexStringType byte arraystatic final int
ASCII code for RPARENstatic final int
ASCII code for 'S'static final int
ASCII code for a single quotestatic final byte[]
SKIP Arraystatic final ByteBuffer
static final byte[]
SubstringType byte arraystatic final int
ASCII code for tabstatic final int
ASCII code for 'W'static final byte[]
WHILE Arraystatic final ByteBuffer
static final int
ASCII code for whitespacestatic final int
ASCII code for Zero -
Constructor Summary
-
Method Summary
-
Field Details
-
LPAREN
ASCII code for LPAREN- See Also:
-
RPAREN
ASCII code for RPAREN- See Also:
-
WHITESPACE
ASCII code for whitespace- See Also:
-
TAB
ASCII code for tab- See Also:
-
A
ASCII code for 'A'- See Also:
-
N
ASCII code for 'N'- See Also:
-
D
ASCII code for 'D'- See Also:
-
O
ASCII code for 'O'- See Also:
-
R
ASCII code for 'R'- See Also:
-
S
ASCII code for 'S'- See Also:
-
K
ASCII code for 'K'- See Also:
-
I
ASCII code for 'I'- See Also:
-
P
ASCII code for 'P'- See Also:
-
SKIP_ARRAY
SKIP Array -
SKIP_BUFFER
-
W
ASCII code for 'W'- See Also:
-
H
ASCII code for 'H'- See Also:
-
L
ASCII code for 'L'- See Also:
-
E
ASCII code for 'E'- See Also:
-
WHILE_ARRAY
WHILE Array -
WHILE_BUFFER
-
OR_ARRAY
OR Array -
OR_BUFFER
-
AND_ARRAY
AND Array -
AND_BUFFER
-
BACKSLASH
ASCII code for Backslash- See Also:
-
SINGLE_QUOTE
ASCII code for a single quote- See Also:
-
COMMA
ASCII code for a comma- See Also:
-
LESS_THAN_ARRAY
LESS_THAN Array -
LESS_THAN_BUFFER
-
LESS_THAN_OR_EQUAL_TO_ARRAY
LESS_THAN_OR_EQUAL_TO Array -
LESS_THAN_OR_EQUAL_TO_BUFFER
-
GREATER_THAN_ARRAY
GREATER_THAN Array -
GREATER_THAN_BUFFER
-
GREATER_THAN_OR_EQUAL_TO_ARRAY
GREATER_THAN_OR_EQUAL_TO Array -
GREATER_THAN_OR_EQUAL_TO_BUFFER
-
EQUAL_TO_ARRAY
EQUAL_TO Array -
EQUAL_TO_BUFFER
-
NOT_EQUAL_TO_ARRAY
NOT_EQUAL_TO Array -
NOT_EQUAL_TO_BUFFER
-
EQUAL_TO
ASCII code for equal to (=)- See Also:
-
AND
AND Byte Array -
OR
OR Byte Array -
LPAREN_ARRAY
LPAREN Array -
LPAREN_BUFFER
-
COLON
ASCII code for colon (:)- See Also:
-
ZERO
ASCII code for Zero- See Also:
-
NINE
ASCII code foe Nine- See Also:
-
binaryType
BinaryType byte array -
binaryPrefixType
BinaryPrefixType byte array -
regexStringType
RegexStringType byte array -
regexStringNoCaseType
RegexStringNoCaseType byte array -
substringType
SubstringType byte array -
MINUS_SIGN
ASCII for Minus Sign- See Also:
-
FILTER_PACKAGE
Package containing filters- See Also:
-
-
Constructor Details
-
ParseConstants
public ParseConstants()
-