Uses of Class
io.trino.plugin.deltalake.DeltaLakeMetadataFactory
Packages that use DeltaLakeMetadataFactory
-
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.procedure
Constructors in io.trino.plugin.deltalake.procedure with parameters of type DeltaLakeMetadataFactoryModifierConstructorDescriptionDropExtendedStatsProcedure(DeltaLakeMetadataFactory metadataFactory, ExtendedStatisticsAccess statsAccess) RegisterTableProcedure(DeltaLakeMetadataFactory metadataFactory, TrinoFileSystemFactory fileSystemFactory, DeltaLakeConfig deltaLakeConfig) UnregisterTableProcedure(DeltaLakeMetadataFactory metadataFactory) VacuumProcedure(CatalogName catalogName, TrinoFileSystemFactory fileSystemFactory, DeltaLakeMetadataFactory metadataFactory, TransactionLogAccess transactionLogAccess)