Uses of Class
org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Operator

Packages that use PredicateLeaf.Operator
org.apache.hadoop.hive.ql.io.sarg   
 

Uses of PredicateLeaf.Operator in org.apache.hadoop.hive.ql.io.sarg
 

Methods in org.apache.hadoop.hive.ql.io.sarg that return PredicateLeaf.Operator
 PredicateLeaf.Operator PredicateLeaf.getOperator()
          Get the operator for the leaf.
static PredicateLeaf.Operator PredicateLeaf.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PredicateLeaf.Operator[] PredicateLeaf.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.io.sarg with parameters of type PredicateLeaf.Operator
static PredicateLeaf TestSearchArgumentImpl.createPredicateLeaf(PredicateLeaf.Operator operator, PredicateLeaf.Type type, String columnName, Object literal, List<Object> literalList)
          Create a predicate leaf.
 



Copyright © 2012 The Apache Software Foundation