| Package | Description |
|---|---|
| io.prestosql.plugin.hive | |
| io.prestosql.plugin.hive.metastore | |
| io.prestosql.plugin.hive.metastore.file |
| Modifier and Type | Method and Description |
|---|---|
HiveStorageFormat |
HiveConfig.getHiveStorageFormat() |
static HiveStorageFormat |
HiveSessionProperties.getHiveStorageFormat(ConnectorSession session) |
static HiveStorageFormat |
HiveTableProperties.getHiveStorageFormat(Map<String,Object> tableProperties) |
HiveStorageFormat |
HiveWritableTableHandle.getPartitionStorageFormat() |
HiveStorageFormat |
HiveWritableTableHandle.getTableStorageFormat() |
static HiveStorageFormat |
HiveStorageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveStorageFormat[] |
HiveStorageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HiveConfig |
HiveConfig.setHiveStorageFormat(HiveStorageFormat hiveStorageFormat) |
| 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) |
HiveWritableTableHandle(String schemaName,
String tableName,
List<HiveColumnHandle> inputColumns,
String filePrefix,
HivePageSinkMetadata pageSinkMetadata,
LocationHandle locationHandle,
Optional<HiveBucketProperty> bucketProperty,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat) |
HiveWriterFactory(Set<HiveFileWriterFactory> fileWriterFactories,
String schemaName,
String tableName,
boolean isCreateTable,
List<HiveColumnHandle> inputColumns,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat,
OptionalInt bucketCount,
List<SortingColumn> sortedBy,
LocationHandle locationHandle,
LocationService locationService,
String filePrefix,
HivePageSinkMetadataProvider pageSinkMetadataProvider,
TypeManager typeManager,
HdfsEnvironment hdfsEnvironment,
PageSorter pageSorter,
io.airlift.units.DataSize sortBufferSize,
int maxOpenSortFiles,
boolean immutablePartitions,
ConnectorSession session,
NodeManager nodeManager,
io.airlift.event.client.EventClient eventClient,
HiveSessionProperties hiveSessionProperties,
HiveWriterStats hiveWriterStats,
OrcFileWriterFactory orcFileWriterFactory) |
| Modifier and Type | Method and Description |
|---|---|
static StorageFormat |
StorageFormat.fromHiveStorageFormat(HiveStorageFormat hiveStorageFormat) |
| Modifier and Type | Method and Description |
|---|---|
Optional<HiveStorageFormat> |
PartitionMetadata.getStorageFormat() |
Optional<HiveStorageFormat> |
TableMetadata.getStorageFormat() |
| 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.