Package io.trino.plugin.hive
Class HiveOutputTableHandle
- java.lang.Object
-
- io.trino.plugin.hive.HiveWritableTableHandle
-
- io.trino.plugin.hive.HiveOutputTableHandle
-
- All Implemented Interfaces:
ConnectorOutputTableHandle
public class HiveOutputTableHandle extends HiveWritableTableHandle implements ConnectorOutputTableHandle
-
-
Constructor Summary
Constructors Constructor Description HiveOutputTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, List<String> partitionedBy, Optional<HiveBucketProperty> bucketProperty, String tableOwner, Map<String,String> additionalTableParameters, AcidTransaction transaction, boolean external)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getAdditionalTableParameters()List<String>getPartitionedBy()StringgetTableOwner()booleanisExternal()-
Methods inherited from class io.trino.plugin.hive.HiveWritableTableHandle
getBucketProperty, getInputColumns, getLocationHandle, getPageSinkMetadata, getPartitionStorageFormat, getSchemaName, getSchemaTableName, getTableName, getTableStorageFormat, getTransaction, isTransactional, toString
-
-
-
-
Constructor Detail
-
HiveOutputTableHandle
public HiveOutputTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, List<String> partitionedBy, Optional<HiveBucketProperty> bucketProperty, String tableOwner, Map<String,String> additionalTableParameters, AcidTransaction transaction, boolean external)
-
-