Uses of Class
io.trino.plugin.hive.metastore.HivePageSinkMetadata
-
Packages that use HivePageSinkMetadata Package Description io.trino.plugin.hive io.trino.plugin.hive.metastore -
-
Uses of HivePageSinkMetadata in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HivePageSinkMetadata Modifier and Type Method Description HivePageSinkMetadataHiveWritableTableHandle. getPageSinkMetadata()Constructors in io.trino.plugin.hive with parameters of type HivePageSinkMetadata Constructor Description HiveInsertTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, 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<HiveBucketProperty> bucketProperty, 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<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction, boolean retriesEnabled)HiveWritableTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, 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 HivePageSinkMetadata Modifier and Type Method Description static HivePageSinkMetadataHivePageSinkMetadata. deserialize(SchemaTableName schemaTableName, Optional<Table> table, List<HivePageSinkMetadata.JsonSerializableEntry<List<String>,Optional<Partition>>> modifiedPartitions)HivePageSinkMetadataSemiTransactionalHiveMetastore. generatePageSinkMetadata(SchemaTableName schemaTableName)Constructors in io.trino.plugin.hive.metastore with parameters of type HivePageSinkMetadata Constructor Description HivePageSinkMetadataProvider(HivePageSinkMetadata pageSinkMetadata, HiveMetastoreClosure delegate)
-