public class HiveInsertTableHandle extends HiveWritableTableHandle implements com.facebook.presto.spi.ConnectorInsertTableHandle
| Constructor and Description |
|---|
HiveInsertTableHandle(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) |
getActualStorageFormat, getBucketProperty, getCompressionCodec, getEncryptionInformation, getInputColumns, getLocationHandle, getPageSinkMetadata, getPartitionStorageFormat, getPreferredOrderingColumns, getSchemaName, getSchemaTableName, getTableName, getTableStorageFormat, toStringpublic HiveInsertTableHandle(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)
Copyright © 2012–2023. All rights reserved.