| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.metadata | |
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Method and Description |
|---|---|
Map<LoadTableDesc,WriteEntity> |
Context.getLoadTableOutputMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
MoveTask.logMessage(LoadTableDesc tbd) |
| Modifier and Type | Method and Description |
|---|---|
Map<Map<String,String>,Partition> |
Hive.loadDynamicPartitions(LoadTableDesc tbd,
int numLB,
boolean isAcid,
long writeId,
int stmtId,
boolean resetStatistics,
AcidUtils.Operation operation,
Map<org.apache.hadoop.fs.Path,Utilities.PartitionDetails> partitionDetailsMap)
Given a source directory name of the load path, load all dynamically generated partitions
into the specified table and return a list of strings that represent the dynamic partition
paths.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoadTableDesc> |
SemanticAnalyzer.getLoadTableWork() |
List<LoadTableDesc> |
ParseContext.getLoadTableWork() |
| Modifier and Type | Method and Description |
|---|---|
void |
SemanticAnalyzer.setLoadTableWork(List<LoadTableDesc> tblWork) |
| 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 |
|---|---|
LoadTableDesc |
BasicStatsWork.getLoadTableDesc() |
LoadTableDesc |
MoveWork.getLoadTableWork() |
| Modifier and Type | Method and Description |
|---|---|
void |
MoveWork.setLoadTableWork(LoadTableDesc loadTableWork) |
| Constructor and Description |
|---|
BasicStatsWork(LoadTableDesc loadTableDesc) |
LoadTableDesc(LoadTableDesc o) |
MoveWork(boolean isCTAS,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
LoadTableDesc loadTableWork,
LoadFileDesc loadFileWork,
boolean checkFileFormat) |
MoveWork(Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
LoadTableDesc loadTableWork,
LoadFileDesc loadFileWork,
boolean checkFileFormat) |
MoveWork(Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
LoadTableDesc loadTableWork,
LoadFileDesc loadFileWork,
boolean checkFileFormat,
boolean srcLocal) |
MoveWork(Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
LoadTableDesc loadTableWork,
LoadFileDesc loadFileWork,
boolean checkFileFormat,
String dumpRoot,
ReplicationMetricCollector metricCollector,
boolean isReplication) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.