public interface PredicateLeaf
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | PredicateLeaf.OperatorThe possible operators for predicates. | 
| static class  | PredicateLeaf.TypeThe possible types for sargs. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getColumnName()Get the simple column name. | 
| Object | getLiteral()Get the literal half of the predicate leaf. | 
| List<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 by the file format. | 
PredicateLeaf.Operator getOperator()
PredicateLeaf.Type getType()
String getColumnName()
Object getLiteral()
Copyright © 2016 The Apache Software Foundation. All rights reserved.