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.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.