Uses of Class
org.apache.hadoop.hive.ql.parse.TableSample

Packages that use TableSample
org.apache.hadoop.hive.ql.parse   
 

Uses of TableSample in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return TableSample
 TableSample SamplePruner.getTableSample()
          Gets the parse information of the associated table sample clause
 TableSample QBParseInfo.getTabSample(String alias)
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type TableSample
 void SamplePruner.setTableSample(TableSample tableSample)
          Sets the parse information of the associated table sample clause
 void QBParseInfo.setTabSample(String alias, TableSample tableSample)
           
 

Constructors in org.apache.hadoop.hive.ql.parse with parameters of type TableSample
SamplePruner(String alias, TableSample tableSample)
          Constructs the SamplePruner given the table alias and the table sample
 



Copyright © 2009 The Apache Software Foundation