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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.trino.plugin.hive.HiveWritableTableHandle
HiveWritableTableHandle.BucketInfo -
Constructor Summary
ConstructorsConstructorDescriptionHiveInsertTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveWritableTableHandle.BucketInfo> bucketInfo, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction, boolean retriesEnabled) -
Method Summary
Methods inherited from class io.trino.plugin.hive.HiveWritableTableHandle
getBucketInfo, getInputColumns, getLocationHandle, getPageSinkMetadata, getPartitionStorageFormat, getSchemaName, getSchemaTableName, getTableName, getTableStorageFormat, getTransaction, isRetriesEnabled, isTransactional, toString
-
Constructor Details
-
HiveInsertTableHandle
public HiveInsertTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveWritableTableHandle.BucketInfo> bucketInfo, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction, boolean retriesEnabled)
-