Package io.trino.plugin.hive
Class HiveInsertTableHandle
- java.lang.Object
-
- io.trino.plugin.hive.HiveWritableTableHandle
-
- io.trino.plugin.hive.HiveInsertTableHandle
-
- All Implemented Interfaces:
ConnectorInsertTableHandle
public class HiveInsertTableHandle extends HiveWritableTableHandle implements ConnectorInsertTableHandle
-
-
Constructor Summary
Constructors Constructor Description HiveInsertTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction)
-
Method Summary
-
Methods inherited from class io.trino.plugin.hive.HiveWritableTableHandle
getBucketProperty, getInputColumns, getLocationHandle, getPageSinkMetadata, getPartitionStorageFormat, getSchemaName, getSchemaTableName, getTableName, getTableStorageFormat, getTransaction, isTransactional, toString
-
-
-
-
Constructor Detail
-
HiveInsertTableHandle
public HiveInsertTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction)
-
-