|
||||||||||
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)
|
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 |