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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.trino.plugin.hive.HiveWritableTableHandle
HiveWritableTableHandle.BucketInfo -
Constructor Summary
ConstructorsConstructorDescriptionHiveOutputTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, List<String> partitionedBy, Optional<HiveWritableTableHandle.BucketInfo> bucketInfo, String tableOwner, Map<String, String> additionalTableParameters, AcidTransaction transaction, boolean external, boolean retriesEnabled) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class io.trino.plugin.hive.HiveWritableTableHandle
getBucketInfo, getInputColumns, getLocationHandle, getPageSinkMetadata, getPartitionStorageFormat, getSchemaName, getSchemaTableName, getTableName, getTableStorageFormat, getTransaction, isRetriesEnabled, isTransactional, toString
-
Constructor Details
-
HiveOutputTableHandle
public HiveOutputTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, List<String> partitionedBy, Optional<HiveWritableTableHandle.BucketInfo> bucketInfo, String tableOwner, Map<String, String> additionalTableParameters, AcidTransaction transaction, boolean external, boolean retriesEnabled)
-
-
Method Details
-
getPartitionedBy
-
getTableOwner
-
getAdditionalTableParameters
-
isExternal
public boolean isExternal()
-