Uses of Class
io.trino.plugin.deltalake.DeltaLakeMetadataFactory
-
Packages that use DeltaLakeMetadataFactory Package Description io.trino.plugin.deltalake io.trino.plugin.deltalake.procedure -
-
Uses of DeltaLakeMetadataFactory in io.trino.plugin.deltalake
Constructors in io.trino.plugin.deltalake with parameters of type DeltaLakeMetadataFactory Constructor Description DeltaLakeTransactionManager(DeltaLakeMetadataFactory metadataFactory) -
Uses of DeltaLakeMetadataFactory in io.trino.plugin.deltalake.procedure
Constructors in io.trino.plugin.deltalake.procedure with parameters of type DeltaLakeMetadataFactory Constructor Description DropExtendedStatsProcedure(DeltaLakeMetadataFactory metadataFactory, ExtendedStatisticsAccess statsAccess)VacuumProcedure(CatalogName catalogName, HdfsEnvironment hdfsEnvironment, DeltaLakeMetadataFactory metadataFactory, TransactionLogAccess transactionLogAccess)
-