Package | Description |
---|---|
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 | 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,
HiveConf conf)
Construct list bucketing context.
|
ListBucketingCtx |
AlterTablePartMergeFilesDesc.getLbCtx() |
Modifier and Type | Method and Description |
---|---|
void |
AlterTablePartMergeFilesDesc.setLbCtx(ListBucketingCtx lbCtx) |
Modifier and Type | Method and Description |
---|---|
ListBucketingCtx |
TruncateTableDesc.getLbCtx() |
ListBucketingCtx |
LoadTableDesc.getLbCtx() |
ListBucketingCtx |
FileSinkDesc.getLbCtx() |
ListBucketingCtx |
ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx.getLbCtx() |
Modifier and Type | Method and Description |
---|---|
void |
TruncateTableDesc.setLbCtx(ListBucketingCtx lbCtx) |
void |
LoadTableDesc.setLbCtx(ListBucketingCtx lbCtx) |
void |
FileSinkDesc.setLbCtx(ListBucketingCtx lbCtx) |
void |
ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx.setLbCtx(ListBucketingCtx lbCtx) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.