Uses of Class
org.apache.hadoop.hive.ql.plan.FilterDesc.sampleDesc

Packages that use FilterDesc.sampleDesc
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

Uses of FilterDesc.sampleDesc in org.apache.hadoop.hive.ql.optimizer
 

Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type FilterDesc.sampleDesc
 HashMap<TableScanOperator,FilterDesc.sampleDesc> SamplePruner.SamplePrunerCtx.getOpToSamplePruner()
           
 

Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type FilterDesc.sampleDesc
static org.apache.hadoop.fs.Path[] SamplePruner.prune(Partition part, FilterDesc.sampleDesc sampleDescr)
          Prunes to get all the files in the partition that satisfy the TABLESAMPLE clause.
 

Method parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type FilterDesc.sampleDesc
 void SamplePruner.SamplePrunerCtx.setOpToSamplePruner(HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type FilterDesc.sampleDesc
SamplePruner.SamplePrunerCtx(HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner)
           
 

Uses of FilterDesc.sampleDesc in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type FilterDesc.sampleDesc
 HashMap<TableScanOperator,FilterDesc.sampleDesc> ParseContext.getOpToSamplePruner()
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type FilterDesc.sampleDesc
 void ParseContext.setOpToSamplePruner(HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type FilterDesc.sampleDesc
ParseContext(HiveConf conf, QB qb, ASTNode ast, HashMap<TableScanOperator,ExprNodeDesc> opToPartPruner, HashMap<TableScanOperator,PrunedPartitionList> opToPartList, HashMap<String,Operator<? extends OperatorDesc>> topOps, HashMap<String,Operator<? extends OperatorDesc>> topSelOps, LinkedHashMap<Operator<? extends OperatorDesc>,OpParseContext> opParseCtx, Map<JoinOperator,QBJoinTree> joinContext, HashMap<TableScanOperator,Table> topToTable, List<LoadTableDesc> loadTableWork, List<LoadFileDesc> loadFileWork, Context ctx, HashMap<String,String> idToTableNameMap, int destTableId, UnionProcContext uCtx, List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinOpsNoReducer, Map<GroupByOperator,Set<String>> groupOpToInputTables, Map<String,PrunedPartitionList> prunedPartitions, HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner, GlobalLimitCtx globalLimitCtx, HashMap<String,SplitSample> nameToSplitSample, HashSet<ReadEntity> semanticInputs, List<Task<? extends Serializable>> rootTasks, Map<TableScanOperator,Map<String,ExprNodeDesc>> opToPartToSkewedPruner)
           
 

Uses of FilterDesc.sampleDesc in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return FilterDesc.sampleDesc
 FilterDesc.sampleDesc FilterDesc.getSampleDescr()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type FilterDesc.sampleDesc
 void FilterDesc.setSampleDescr(FilterDesc.sampleDesc sampleDescr)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type FilterDesc.sampleDesc
FilterDesc(ExprNodeDesc predicate, boolean isSamplingPred, FilterDesc.sampleDesc sampleDescr)
           
 



Copyright © 2011 The Apache Software Foundation