|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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<String,Operator<? extends Serializable>> topOps,
HashMap<String,Operator<? extends Serializable>> topSelOps,
LinkedHashMap<Operator<? extends Serializable>,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<MapJoinOperator> listMapJoinOpsNoReducer,
Map<GroupByOperator,Set<String>> groupOpToInputTables,
Map<String,PrunedPartitionList> prunedPartitions,
HashMap<TableScanOperator,filterDesc.sampleDesc> opToSamplePruner)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |