| Package | Description |
|---|---|
| io.prestosql.plugin.hive | |
| io.prestosql.plugin.hive.metastore | |
| io.prestosql.plugin.hive.metastore.file |
| Modifier and Type | Method and Description |
|---|---|
HiveBucketProperty |
HiveBucketHandle.toTableBucketProperty() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<HiveBucketProperty> |
HiveBucketProperty.fromStorageDescriptor(org.apache.hadoop.hive.metastore.api.StorageDescriptor storageDescriptor,
String tablePartitionName) |
Optional<HiveBucketProperty> |
HiveWritableTableHandle.getBucketProperty() |
static Optional<HiveBucketProperty> |
HiveTableProperties.getBucketProperty(Map<String,Object> tableProperties) |
| Constructor and Description |
|---|
HiveInsertTableHandle(String schemaName,
String tableName,
List<HiveColumnHandle> inputColumns,
String filePrefix,
HivePageSinkMetadata pageSinkMetadata,
LocationHandle locationHandle,
Optional<HiveBucketProperty> bucketProperty,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat) |
HiveOutputTableHandle(String schemaName,
String tableName,
List<HiveColumnHandle> inputColumns,
String filePrefix,
HivePageSinkMetadata pageSinkMetadata,
LocationHandle locationHandle,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat,
List<String> partitionedBy,
Optional<HiveBucketProperty> bucketProperty,
String tableOwner,
Map<String,String> additionalTableParameters) |
HivePageSink(HiveWriterFactory writerFactory,
List<HiveColumnHandle> inputColumns,
Optional<HiveBucketProperty> bucketProperty,
PageIndexerFactory pageIndexerFactory,
TypeManager typeManager,
HdfsEnvironment hdfsEnvironment,
int maxOpenWriters,
com.google.common.util.concurrent.ListeningExecutorService writeVerificationExecutor,
io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec,
ConnectorSession session) |
HiveWritableTableHandle(String schemaName,
String tableName,
List<HiveColumnHandle> inputColumns,
String filePrefix,
HivePageSinkMetadata pageSinkMetadata,
LocationHandle locationHandle,
Optional<HiveBucketProperty> bucketProperty,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat) |
| Modifier and Type | Method and Description |
|---|---|
Optional<HiveBucketProperty> |
Storage.getBucketProperty() |
| Modifier and Type | Method and Description |
|---|---|
Storage.Builder |
Storage.Builder.setBucketProperty(Optional<HiveBucketProperty> bucketProperty) |
| Constructor and Description |
|---|
Storage(StorageFormat storageFormat,
String location,
Optional<HiveBucketProperty> bucketProperty,
boolean skewed,
Map<String,String> serdeParameters) |
| Modifier and Type | Method and Description |
|---|---|
Optional<HiveBucketProperty> |
PartitionMetadata.getBucketProperty() |
Optional<HiveBucketProperty> |
TableMetadata.getBucketProperty() |
| Constructor and Description |
|---|
PartitionMetadata(List<Column> columns,
Map<String,String> parameters,
Optional<HiveStorageFormat> storageFormat,
Optional<HiveBucketProperty> bucketProperty,
Map<String,String> serdeParameters,
Optional<String> externalLocation,
Map<String,HiveColumnStatistics> columnStatistics) |
TableMetadata(String owner,
String tableType,
List<Column> dataColumns,
List<Column> partitionColumns,
Map<String,String> parameters,
Optional<HiveStorageFormat> storageFormat,
Optional<HiveBucketProperty> bucketProperty,
Map<String,String> serdeParameters,
Optional<String> externalLocation,
Optional<String> viewOriginalText,
Optional<String> viewExpandedText,
Map<String,HiveColumnStatistics> columnStatistics) |
Copyright © 2012–2019. All rights reserved.