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

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

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

Methods in org.apache.hadoop.hive.ql.io.sarg that return PredicateLeaf.Type
 PredicateLeaf.Type PredicateLeaf.getType()
          Get the type of the column and literal.
static PredicateLeaf.Type PredicateLeaf.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PredicateLeaf.Type[] PredicateLeaf.Type.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.Type
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