| Package | Description |
|---|---|
| com.facebook.presto.hive |
| Modifier and Type | Method and Description |
|---|---|
LocationHandle |
LocationService.forExistingTable(SemiTransactionalHiveMetastore metastore,
ConnectorSession session,
Table table) |
LocationHandle |
HiveLocationService.forExistingTable(SemiTransactionalHiveMetastore metastore,
ConnectorSession session,
Table table) |
LocationHandle |
LocationService.forNewTable(SemiTransactionalHiveMetastore metastore,
ConnectorSession session,
String schemaName,
String tableName) |
LocationHandle |
HiveLocationService.forNewTable(SemiTransactionalHiveMetastore metastore,
ConnectorSession session,
String schemaName,
String tableName) |
LocationHandle |
HiveWritableTableHandle.getLocationHandle() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.Path |
LocationService.targetPath(LocationHandle locationHandle,
Optional<String> partitionName)
Target path for the specified new partition (or unpartitioned table).
|
org.apache.hadoop.fs.Path |
HiveLocationService.targetPath(LocationHandle locationHandle,
Optional<String> partitionName) |
org.apache.hadoop.fs.Path |
LocationService.targetPath(LocationHandle locationHandle,
Partition partition,
String partitionName)
Target path for the specified existing partition.
|
org.apache.hadoop.fs.Path |
HiveLocationService.targetPath(LocationHandle locationHandle,
Partition partition,
String partitionName) |
org.apache.hadoop.fs.Path |
LocationService.targetPathRoot(LocationHandle locationHandle)
Root directory of all paths that may be returned by targetPath.
|
org.apache.hadoop.fs.Path |
HiveLocationService.targetPathRoot(LocationHandle locationHandle) |
Optional<org.apache.hadoop.fs.Path> |
LocationService.writePath(LocationHandle locationHandle,
Optional<String> partitionName)
Temporary path for writing to the specified partition (or unpartitioned table).
|
Optional<org.apache.hadoop.fs.Path> |
HiveLocationService.writePath(LocationHandle locationHandle,
Optional<String> partitionName) |
Optional<org.apache.hadoop.fs.Path> |
LocationService.writePathRoot(LocationHandle locationHandle)
Root directory of all paths that may be returned by writePath.
|
Optional<org.apache.hadoop.fs.Path> |
HiveLocationService.writePathRoot(LocationHandle locationHandle) |
| 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) |
HiveOutputTableHandle(String clientId,
String schemaName,
String tableName,
List<HiveColumnHandle> inputColumns,
String filePrefix,
HivePageSinkMetadata pageSinkMetadata,
LocationHandle locationHandle,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat,
List<String> partitionedBy,
Optional<HiveBucketProperty> bucketProperty,
String tableOwner,
Map<String,String> additionalTableParameters) |
HiveWritableTableHandle(String clientId,
String schemaName,
String tableName,
List<HiveColumnHandle> inputColumns,
String filePrefix,
HivePageSinkMetadata pageSinkMetadata,
LocationHandle locationHandle,
Optional<HiveBucketProperty> bucketProperty,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat) |
HiveWriterFactory(Set<HiveFileWriterFactory> fileWriterFactories,
String schemaName,
String tableName,
boolean isCreateTable,
List<HiveColumnHandle> inputColumns,
HiveStorageFormat tableStorageFormat,
HiveStorageFormat partitionStorageFormat,
OptionalInt bucketCount,
LocationHandle locationHandle,
LocationService locationService,
String filePrefix,
HivePageSinkMetadataProvider pageSinkMetadataProvider,
TypeManager typeManager,
HdfsEnvironment hdfsEnvironment,
boolean immutablePartitions,
ConnectorSession session,
NodeManager nodeManager,
io.airlift.event.client.EventClient eventClient,
HiveSessionProperties hiveSessionProperties) |
Copyright © 2012-2017. All Rights Reserved.