Uses of Class
io.trino.plugin.hive.metastore.HivePageSinkMetadata
Packages that use HivePageSinkMetadata
-
Uses of HivePageSinkMetadata in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HivePageSinkMetadataConstructors in io.trino.plugin.hive with parameters of type HivePageSinkMetadataModifierConstructorDescriptionHiveInsertTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveWritableTableHandle.BucketInfo> bucketInfo, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction, boolean retriesEnabled) 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) HiveTableExecuteHandle(String procedureName, Optional<String> writeDeclarationId, Optional<Long> maxScannedFileSize, String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveWritableTableHandle.BucketInfo> bucketInfo, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction, boolean retriesEnabled) HiveWritableTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveWritableTableHandle.BucketInfo> bucketInfo, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction, boolean retriesEnabled) -
Uses of HivePageSinkMetadata in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return HivePageSinkMetadataModifier and TypeMethodDescriptionstatic HivePageSinkMetadataHivePageSinkMetadata.deserialize(SchemaTableName schemaTableName, Optional<Table> table, List<HivePageSinkMetadata.JsonSerializableEntry<List<String>, Optional<Partition>>> modifiedPartitions) SemiTransactionalHiveMetastore.generatePageSinkMetadata(SchemaTableName schemaTableName) Constructors in io.trino.plugin.hive.metastore with parameters of type HivePageSinkMetadataModifierConstructorDescriptionHivePageSinkMetadataProvider(HivePageSinkMetadata pageSinkMetadata, HiveMetastore delegate)