public class HiveInsertTableHandle extends HiveWritableTableHandle implements ConnectorInsertTableHandle
| 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) |
getBucketProperty, getClientId, getFilePrefix, getInputColumns, getLocationHandle, getPageSinkMetadata, getPartitionStorageFormat, getSchemaName, getTableName, getTableStorageFormat, toStringpublic HiveInsertTableHandle(String clientId, String schemaName, String tableName, List<HiveColumnHandle> inputColumns, String filePrefix, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat)
Copyright © 2012-2017. All Rights Reserved.