public interface PredicateLeaf
Modifier and Type | Interface and Description |
---|---|
static class |
PredicateLeaf.Operator
The possible operators for predicates.
|
static class |
PredicateLeaf.Type
The possible types for sargs.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName()
Get the simple column name.
|
java.lang.Object |
getLiteral()
Get the literal half of the predicate leaf.
|
java.util.List<java.lang.Object> |
getLiteralList()
For operators with multiple literals (IN and BETWEEN), get the literals.
|
PredicateLeaf.Operator |
getOperator()
Get the operator for the leaf.
|
PredicateLeaf.Type |
getType()
Get the type of the column and literal.
|
PredicateLeaf.Operator getOperator()
PredicateLeaf.Type getType()
java.lang.String getColumnName()
java.lang.Object getLiteral()
java.util.List<java.lang.Object> getLiteralList()
Copyright © 2012 The Apache Software Foundation