Uses of Class
io.trino.plugin.deltalake.DeltaLakeMetadataFactory
Packages that use DeltaLakeMetadataFactory
Package
Description
-
Uses of DeltaLakeMetadataFactory in io.trino.plugin.deltalake
Constructors in io.trino.plugin.deltalake with parameters of type DeltaLakeMetadataFactoryModifierConstructorDescriptionDeltaLakeTransactionManager(DeltaLakeMetadataFactory metadataFactory) -
Uses of DeltaLakeMetadataFactory in io.trino.plugin.deltalake.functions.tablechanges
Constructors in io.trino.plugin.deltalake.functions.tablechanges with parameters of type DeltaLakeMetadataFactoryModifierConstructorDescriptionTableChangesFunction(DeltaLakeMetadataFactory deltaLakeMetadataFactory) TableChangesFunctionProvider(DeltaLakeMetadataFactory deltaLakeMetadataFactory) -
Uses of DeltaLakeMetadataFactory in io.trino.plugin.deltalake.procedure
Constructors in io.trino.plugin.deltalake.procedure with parameters of type DeltaLakeMetadataFactoryModifierConstructorDescriptionDropExtendedStatsProcedure(DeltaLakeMetadataFactory metadataFactory, ExtendedStatisticsAccess statsAccess) RegisterTableProcedure(DeltaLakeMetadataFactory metadataFactory, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess statisticsAccess, TrinoFileSystemFactory fileSystemFactory, DeltaLakeConfig deltaLakeConfig) UnregisterTableProcedure(DeltaLakeMetadataFactory metadataFactory, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess statisticsAccess) VacuumProcedure(CatalogName catalogName, TrinoFileSystemFactory fileSystemFactory, DeltaLakeMetadataFactory metadataFactory, TransactionLogAccess transactionLogAccess)