| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.optimizer | |
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Method and Description |
|---|---|
Map<TableScanOperator,FilterDesc.SampleDesc> |
SamplePruner.SamplePrunerCtx.getOpToSamplePruner() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SamplePruner.SamplePrunerCtx.setOpToSamplePruner(HashMap<TableScanOperator,FilterDesc.SampleDesc> opToSamplePruner) |
| Constructor and Description |
|---|
SamplePrunerCtx(Map<TableScanOperator,FilterDesc.SampleDesc> opToSamplePruner) |
| Modifier and Type | Method and Description |
|---|---|
Map<TableScanOperator,FilterDesc.SampleDesc> |
ParseContext.getOpToSamplePruner() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParseContext.setOpToSamplePruner(Map<TableScanOperator,FilterDesc.SampleDesc> opToSamplePruner) |
| Constructor and Description |
|---|
ParseContext(QueryState queryState,
Map<TableScanOperator,ExprNodeDesc> opToPartPruner,
Map<TableScanOperator,PrunedPartitionList> opToPartList,
Map<String,TableScanOperator> topOps,
Set<JoinOperator> joinOps,
Set<SMBMapJoinOperator> smbMapJoinOps,
List<LoadTableDesc> loadTableWork,
List<LoadFileDesc> loadFileWork,
List<ColumnStatsAutoGatherContext> columnStatsAutoGatherContexts,
Context ctx,
Map<String,String> idToTableNameMap,
int destTableId,
UnionProcContext uCtx,
List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinOpsNoReducer,
Map<String,PrunedPartitionList> prunedPartitions,
QueryTables tabNameToTabObject,
Map<TableScanOperator,FilterDesc.SampleDesc> opToSamplePruner,
GlobalLimitCtx globalLimitCtx,
Map<String,SplitSample> nameToSplitSample,
Set<ReadEntity> semanticInputs,
List<Task<?>> rootTasks,
Map<TableScanOperator,Map<String,ExprNodeDesc>> opToPartToSkewedPruner,
Map<String,ReadEntity> viewAliasToInput,
List<ReduceSinkOperator> reduceSinkOperatorsAddedByEnforceBucketingSorting,
BaseSemanticAnalyzer.AnalyzeRewriteContext analyzeRewrite,
CreateTableDesc createTableDesc,
CreateMaterializedViewDesc createViewDesc,
MaterializedViewUpdateDesc materializedViewUpdateDesc,
QueryProperties queryProperties,
Map<SelectOperator,Table> viewProjectToTableSchema) |
| Modifier and Type | Method and Description |
|---|---|
FilterDesc.SampleDesc |
FilterDesc.getSampleDescr() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterDesc.setSampleDescr(FilterDesc.SampleDesc sampleDescr) |
| Constructor and Description |
|---|
FilterDesc(ExprNodeDesc predicate,
boolean isSamplingPred,
FilterDesc.SampleDesc sampleDescr) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.