public class HiveInsertTableHandle extends HiveWritableTableHandle implements ConnectorInsertTableHandle
| Constructor and Description |
|---|
HiveInsertTableHandle(String schemaName,
String tableName,
List<HiveColumnHandle> inputColumns,
String filePrefix,
HivePageSinkMetadata pageSinkMetadata,
LocationHandle locationHandle,
Optional<HiveBucketProperty> bucketProperty,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat) |
getBucketProperty, getFilePrefix, getInputColumns, getLocationHandle, getPageSinkMetadata, getPartitionStorageFormat, getSchemaName, getTableName, getTableStorageFormat, toStringpublic HiveInsertTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, String filePrefix, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat)
Copyright © 2012–2019. All rights reserved.