public class HiveOutputTableHandle extends HiveWritableTableHandle implements ConnectorOutputTableHandle
Constructor and Description |
---|
HiveOutputTableHandle(String schemaName,
String tableName,
List<HiveColumnHandle> inputColumns,
HivePageSinkMetadata pageSinkMetadata,
LocationHandle locationHandle,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat,
HiveStorageFormat actualStorageFormat,
HiveCompressionCodec compressionCodec,
List<String> partitionedBy,
Optional<HiveBucketProperty> bucketProperty,
List<SortingColumn> preferredOrderingColumns,
String tableOwner,
Map<String,String> additionalTableParameters,
Optional<EncryptionInformation> encryptionInformation) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAdditionalTableParameters() |
List<String> |
getPartitionedBy() |
String |
getTableOwner() |
getActualStorageFormat, getBucketProperty, getCompressionCodec, getEncryptionInformation, getInputColumns, getLocationHandle, getPageSinkMetadata, getPartitionStorageFormat, getPreferredOrderingColumns, getSchemaName, getSchemaTableName, getTableName, getTableStorageFormat, toString
public HiveOutputTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, HiveStorageFormat actualStorageFormat, HiveCompressionCodec compressionCodec, List<String> partitionedBy, Optional<HiveBucketProperty> bucketProperty, List<SortingColumn> preferredOrderingColumns, String tableOwner, Map<String,String> additionalTableParameters, Optional<EncryptionInformation> encryptionInformation)
Copyright © 2012–2022. All rights reserved.