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

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

Uses of SearchArgument in org.apache.hadoop.hive.ql.io.orc
 

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type SearchArgument
 RecordReader Reader.rows(long offset, long length, boolean[] include, SearchArgument sarg, String[] neededColumns)
          Create a RecordReader that will read a section of a file.
 

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

Methods in org.apache.hadoop.hive.ql.io.sarg that return SearchArgument
 SearchArgument SearchArgument.Builder.build()
          Build and return the SearchArgument that has been defined.
 SearchArgument SearchArgument.Factory.create(ExprNodeDesc expression)
           
 



Copyright © 2012 The Apache Software Foundation