Uses of Interface
org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf

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

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

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

Methods in org.apache.hadoop.hive.ql.io.sarg that return types with arguments of type PredicateLeaf
 List<PredicateLeaf> SearchArgument.getLeaves()
          Get the leaf predicates that are required to evaluate the predicate.
 



Copyright © 2012 The Apache Software Foundation