public class HiveWritableTableHandle extends Object
| Constructor and Description |
|---|
HiveWritableTableHandle(String clientId,
String schemaName,
String tableName,
List<HiveColumnHandle> inputColumns,
String filePrefix,
HivePageSinkMetadata pageSinkMetadata,
LocationHandle locationHandle,
Optional<HiveBucketProperty> bucketProperty,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat) |
| Modifier and Type | Method and Description |
|---|---|
Optional<HiveBucketProperty> |
getBucketProperty() |
String |
getClientId() |
String |
getFilePrefix() |
List<HiveColumnHandle> |
getInputColumns() |
LocationHandle |
getLocationHandle() |
HivePageSinkMetadata |
getPageSinkMetadata() |
HiveStorageFormat |
getPartitionStorageFormat() |
String |
getSchemaName() |
String |
getTableName() |
HiveStorageFormat |
getTableStorageFormat() |
String |
toString() |
public HiveWritableTableHandle(String clientId, String schemaName, String tableName, List<HiveColumnHandle> inputColumns, String filePrefix, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat)
public String getClientId()
public String getSchemaName()
public String getTableName()
public List<HiveColumnHandle> getInputColumns()
public String getFilePrefix()
public HivePageSinkMetadata getPageSinkMetadata()
public LocationHandle getLocationHandle()
public Optional<HiveBucketProperty> getBucketProperty()
public HiveStorageFormat getTableStorageFormat()
public HiveStorageFormat getPartitionStorageFormat()
Copyright © 2012-2017. All Rights Reserved.