public class HiveWritableTableHandle extends Object
| Constructor and Description |
|---|
HiveWritableTableHandle(String schemaName,
String tableName,
List<HiveColumnHandle> inputColumns,
com.facebook.presto.hive.metastore.HivePageSinkMetadata pageSinkMetadata,
com.facebook.presto.hive.LocationHandle locationHandle,
Optional<com.facebook.presto.hive.HiveBucketProperty> bucketProperty,
List<com.facebook.presto.hive.metastore.SortingColumn> preferredOrderingColumns,
com.facebook.presto.hive.HiveStorageFormat tableStorageFormat,
com.facebook.presto.hive.HiveStorageFormat partitionStorageFormat,
com.facebook.presto.hive.HiveStorageFormat actualStorageFormat,
HiveCompressionCodec compressionCodec,
Optional<EncryptionInformation> encryptionInformation) |
| Modifier and Type | Method and Description |
|---|---|
com.facebook.presto.hive.HiveStorageFormat |
getActualStorageFormat()
The actualStorageFormat is the real storage format that gets used later in the pipeline.
|
Optional<com.facebook.presto.hive.HiveBucketProperty> |
getBucketProperty() |
HiveCompressionCodec |
getCompressionCodec() |
Optional<EncryptionInformation> |
getEncryptionInformation() |
List<HiveColumnHandle> |
getInputColumns() |
com.facebook.presto.hive.LocationHandle |
getLocationHandle() |
com.facebook.presto.hive.metastore.HivePageSinkMetadata |
getPageSinkMetadata() |
com.facebook.presto.hive.HiveStorageFormat |
getPartitionStorageFormat()
Deprecated.
|
List<com.facebook.presto.hive.metastore.SortingColumn> |
getPreferredOrderingColumns() |
String |
getSchemaName() |
com.facebook.presto.spi.SchemaTableName |
getSchemaTableName() |
String |
getTableName() |
com.facebook.presto.hive.HiveStorageFormat |
getTableStorageFormat()
Deprecated.
|
String |
toString() |
public HiveWritableTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, com.facebook.presto.hive.metastore.HivePageSinkMetadata pageSinkMetadata, com.facebook.presto.hive.LocationHandle locationHandle, Optional<com.facebook.presto.hive.HiveBucketProperty> bucketProperty, List<com.facebook.presto.hive.metastore.SortingColumn> preferredOrderingColumns, com.facebook.presto.hive.HiveStorageFormat tableStorageFormat, com.facebook.presto.hive.HiveStorageFormat partitionStorageFormat, com.facebook.presto.hive.HiveStorageFormat actualStorageFormat, HiveCompressionCodec compressionCodec, Optional<EncryptionInformation> encryptionInformation)
public String getSchemaName()
public String getTableName()
public List<HiveColumnHandle> getInputColumns()
public com.facebook.presto.spi.SchemaTableName getSchemaTableName()
public com.facebook.presto.hive.metastore.HivePageSinkMetadata getPageSinkMetadata()
public com.facebook.presto.hive.LocationHandle getLocationHandle()
public Optional<com.facebook.presto.hive.HiveBucketProperty> getBucketProperty()
public List<com.facebook.presto.hive.metastore.SortingColumn> getPreferredOrderingColumns()
@Deprecated public com.facebook.presto.hive.HiveStorageFormat getTableStorageFormat()
@Deprecated public com.facebook.presto.hive.HiveStorageFormat getPartitionStorageFormat()
public com.facebook.presto.hive.HiveStorageFormat getActualStorageFormat()
public HiveCompressionCodec getCompressionCodec()
public Optional<EncryptionInformation> getEncryptionInformation()
Copyright © 2012–2023. All rights reserved.