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.
 



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