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, setRulesread, unreadgetColumn, getLegalLineDelimiters, getTokenLength, getTokenOffset, setDefaultReturnTokenequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTokenLength, getTokenOffsetpublic 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