| Package | Description |
|---|---|
| io.prestosql.plugin.hive | |
| io.prestosql.plugin.hive.metastore |
| Modifier and Type | Method and Description |
|---|---|
List<SortingColumn> |
HiveBucketProperty.getSortedBy() |
| Constructor and Description |
|---|
HiveBucketProperty(List<String> bucketedBy,
HiveBucketing.BucketingVersion bucketingVersion,
int bucketCount,
List<SortingColumn> sortedBy) |
HiveWriterFactory(Set<HiveFileWriterFactory> fileWriterFactories,
String schemaName,
String tableName,
boolean isCreateTable,
List<HiveColumnHandle> inputColumns,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat,
Map<String,String> additionalTableParameters,
OptionalInt bucketCount,
List<SortingColumn> sortedBy,
LocationHandle locationHandle,
LocationService locationService,
String queryId,
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) |
| Modifier and Type | Method and Description |
|---|---|
static SortingColumn |
SortingColumn.fromMetastoreApiOrder(org.apache.hadoop.hive.metastore.api.Order order,
String tablePartitionName) |
Copyright © 2012–2020. All rights reserved.