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)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)HiveWritableTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction) -
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(HiveIdentity identity, SchemaTableName schemaTableName)Constructors in io.trino.plugin.hive.metastore with parameters of type HivePageSinkMetadata Constructor Description HivePageSinkMetadataProvider(HivePageSinkMetadata pageSinkMetadata, HiveMetastoreClosure delegate, HiveIdentity identity)
-