public class OQLPartitionScanner extends RuleBasedPartitionScanner
Modifier and Type | Field and Description |
---|---|
static String |
COMMENT_CLAUSE |
static String |
FROM_CLAUSE |
static String |
SELECT_CLAUSE |
static String |
UNION_CLAUSE |
static String |
WHERE_CLAUSE |
EOF
Constructor and Description |
---|
OQLPartitionScanner()
Defines the rules for splitting query into.
|
nextToken, setPartialRange, setPredicateRules, setRange, setRules
read, unread
getColumn, getLegalLineDelimiters, getTokenLength, getTokenOffset, setDefaultReturnToken
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTokenLength, getTokenOffset
public static final String SELECT_CLAUSE
public static final String FROM_CLAUSE
public static final String WHERE_CLAUSE
public static final String UNION_CLAUSE
public static final String COMMENT_CLAUSE