| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.ddl.table.misc.truncate | |
| org.apache.hadoop.hive.ql.ddl.table.storage.concatenate | |
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.io.merge | |
| org.apache.hadoop.hive.ql.io.rcfile.truncate | |
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Method and Description |
|---|---|
ListBucketingCtx |
TruncateTableDesc.getLbCtx() |
| Constructor and Description |
|---|
TruncateTableDesc(TableName tableName,
Map<String,String> partSpec,
ReplicationSpec replicationSpec,
Table table,
List<Integer> columnIndexes,
org.apache.hadoop.fs.Path inputDir,
org.apache.hadoop.fs.Path outputDir,
ListBucketingCtx lbCtx) |
| Modifier and Type | Method and Description |
|---|---|
ListBucketingCtx |
AlterTableConcatenateDesc.getLbCtx() |
| Constructor and Description |
|---|
AlterTableConcatenateDesc(TableName tableName,
Map<String,String> partitionSpec,
ListBucketingCtx lbCtx,
org.apache.hadoop.fs.Path inputDir,
org.apache.hadoop.fs.Path outputDir,
Class<? extends org.apache.hadoop.mapred.InputFormat> inputFormatClass,
TableDesc tableDesc) |
| Modifier and Type | Field and Description |
|---|---|
protected ListBucketingCtx |
FileSinkOperator.lbCtx |
| Modifier and Type | Method and Description |
|---|---|
ListBucketingCtx |
MergeFileWork.getListBucketingCtx() |
| Modifier and Type | Method and Description |
|---|---|
void |
MergeFileWork.setListBucketingCtx(ListBucketingCtx listBucketingCtx) |
| Modifier and Type | Method and Description |
|---|---|
ListBucketingCtx |
ColumnTruncateWork.getListBucketingCtx() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnTruncateWork.setListBucketingCtx(ListBucketingCtx listBucketingCtx) |
| Modifier and Type | Method and Description |
|---|---|
protected ListBucketingCtx |
BaseSemanticAnalyzer.constructListBucketingCtx(List<String> skewedColNames,
List<List<String>> skewedValues,
Map<List<String>,String> skewedColValueLocationMaps,
boolean isStoredAsSubDirectories) |
| Modifier and Type | Method and Description |
|---|---|
ListBucketingCtx |
LoadTableDesc.getLbCtx() |
ListBucketingCtx |
FileSinkDesc.getLbCtx() |
ListBucketingCtx |
ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx.getLbCtx() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadTableDesc.setLbCtx(ListBucketingCtx lbCtx) |
void |
FileSinkDesc.setLbCtx(ListBucketingCtx lbCtx) |
void |
ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx.setLbCtx(ListBucketingCtx lbCtx) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.