| Package | Description |
|---|---|
| com.facebook.presto.hive | |
| com.facebook.presto.hive.metastore | |
| com.facebook.presto.hive.metastore.file |
| Modifier and Type | Method and Description |
|---|---|
HiveStorageFormat |
HiveClientConfig.getHiveStorageFormat() |
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 |
|---|---|
HiveClientConfig |
HiveClientConfig.setHiveStorageFormat(HiveStorageFormat hiveStorageFormat) |
| Constructor and Description |
|---|
HiveInsertTableHandle(String clientId,
String schemaName,
String tableName,
List<HiveColumnHandle> inputColumns,
String filePrefix,
HivePageSinkMetadata pageSinkMetadata,
LocationHandle locationHandle,
Optional<HiveBucketProperty> bucketProperty,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat) |
HiveMetadata(String connectorId,
SemiTransactionalHiveMetastore metastore,
HdfsEnvironment hdfsEnvironment,
HivePartitionManager partitionManager,
org.joda.time.DateTimeZone timeZone,
boolean allowCorruptWritesForTesting,
boolean respectTableFormat,
boolean bucketWritingEnabled,
boolean writesToNonManagedTablesEnabled,
HiveStorageFormat defaultStorageFormat,
TypeManager typeManager,
LocationService locationService,
TableParameterCodec tableParameterCodec,
io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec,
TypeTranslator typeTranslator,
String prestoVersion,
HiveStatisticsProvider hiveStatisticsProvider) |
HiveMetadataFactory(HiveConnectorId connectorId,
ExtendedHiveMetastore metastore,
HdfsEnvironment hdfsEnvironment,
HivePartitionManager partitionManager,
org.joda.time.DateTimeZone timeZone,
int maxConcurrentFileRenames,
boolean allowCorruptWritesForTesting,
boolean respectTableFormat,
boolean skipDeletionForAlter,
boolean bucketWritingEnabled,
boolean writesToNonManagedTablesEnabled,
HiveStorageFormat defaultStorageFormat,
long perTransactionCacheMaximumSize,
TypeManager typeManager,
LocationService locationService,
TableParameterCodec tableParameterCodec,
io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec,
ExecutorService executorService,
TypeTranslator typeTranslator,
String prestoVersion) |
HiveOutputTableHandle(String clientId,
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 clientId,
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,
LocationHandle locationHandle,
LocationService locationService,
String filePrefix,
HivePageSinkMetadataProvider pageSinkMetadataProvider,
TypeManager typeManager,
HdfsEnvironment hdfsEnvironment,
boolean immutablePartitions,
ConnectorSession session,
NodeManager nodeManager,
io.airlift.event.client.EventClient eventClient,
HiveSessionProperties hiveSessionProperties) |
| Modifier and Type | Method and Description |
|---|---|
static StorageFormat |
StorageFormat.fromHiveStorageFormat(HiveStorageFormat hiveStorageFormat) |
| Modifier and Type | Method and Description |
|---|---|
Optional<HiveStorageFormat> |
TableMetadata.getStorageFormat() |
Optional<HiveStorageFormat> |
PartitionMetadata.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) |
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) |
Copyright © 2012-2017. All Rights Reserved.