public class HiveWritableTableHandle extends Object
| Constructor and Description |
|---|
HiveWritableTableHandle(String schemaName,
String tableName,
List<HiveColumnHandle> inputColumns,
HivePageSinkMetadata pageSinkMetadata,
LocationHandle locationHandle,
Optional<HiveBucketProperty> bucketProperty,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat) |
| Modifier and Type | Method and Description |
|---|---|
Optional<HiveBucketProperty> |
getBucketProperty() |
List<HiveColumnHandle> |
getInputColumns() |
LocationHandle |
getLocationHandle() |
HivePageSinkMetadata |
getPageSinkMetadata() |
HiveStorageFormat |
getPartitionStorageFormat() |
String |
getSchemaName() |
SchemaTableName |
getSchemaTableName() |
String |
getTableName() |
HiveStorageFormat |
getTableStorageFormat() |
String |
toString() |
public HiveWritableTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat)
public String getSchemaName()
public String getTableName()
public SchemaTableName getSchemaTableName()
public List<HiveColumnHandle> getInputColumns()
public HivePageSinkMetadata getPageSinkMetadata()
public LocationHandle getLocationHandle()
public Optional<HiveBucketProperty> getBucketProperty()
public HiveStorageFormat getTableStorageFormat()
public HiveStorageFormat getPartitionStorageFormat()
Copyright © 2012–2020. All rights reserved.