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,
List<String> partitionedBy,
Optional<HiveBucketProperty> bucketProperty,
String tableOwner,
Map<String,String> additionalTableParameters) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAdditionalTableParameters() |
List<String> |
getPartitionedBy() |
String |
getTableOwner() |
getBucketProperty, getInputColumns, getLocationHandle, getPageSinkMetadata, getPartitionStorageFormat, getSchemaName, getSchemaTableName, getTableName, getTableStorageFormat, toStringpublic HiveOutputTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, List<String> partitionedBy, Optional<HiveBucketProperty> bucketProperty, String tableOwner, Map<String,String> additionalTableParameters)
Copyright © 2012–2020. All rights reserved.