Uses of Package
org.apache.hadoop.hive.ql.io.sarg

Packages that use org.apache.hadoop.hive.ql.io.sarg
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
org.apache.hadoop.hive.ql.io.sarg   
 

Classes in org.apache.hadoop.hive.ql.io.sarg used by org.apache.hadoop.hive.ql.io.orc
SearchArgument
          Primary interface for SearchArgument, which are the subset of predicates that can be pushed down to the RecordReader.
 

Classes in org.apache.hadoop.hive.ql.io.sarg used by org.apache.hadoop.hive.ql.io.sarg
PredicateLeaf
          The primitive predicates that form a SearchArgument.
PredicateLeaf.Operator
          The possible operators for predicates.
PredicateLeaf.Type
          The possible types for sargs.
SearchArgument
          Primary interface for SearchArgument, which are the subset of predicates that can be pushed down to the RecordReader.
SearchArgument.Builder
          A builder object for contexts outside of Hive where it isn't easy to get a ExprNodeDesc.
SearchArgument.Factory
          A factory for creating SearchArguments.
SearchArgument.TruthValue
          The potential result sets of logical operations.
 



Copyright © 2012 The Apache Software Foundation