Package io.trino.plugin.deltalake
Class DeltaLakeMetadataFactory
java.lang.Object
io.trino.plugin.deltalake.DeltaLakeMetadataFactory
-
Constructor Summary
ConstructorsConstructorDescriptionDeltaLakeMetadataFactory(HiveMetastoreFactory hiveMetastoreFactory, TrinoFileSystemFactory fileSystemFactory, TransactionLogAccess transactionLogAccess, TypeManager typeManager, DeltaLakeAccessControlMetadataFactory accessControlMetadataFactory, DeltaLakeConfig deltaLakeConfig, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeMergeResult> mergeResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, CachingExtendedStatisticsAccess statisticsAccess, boolean allowManagedTableRename, NodeVersion nodeVersion) -
Method Summary
-
Constructor Details
-
DeltaLakeMetadataFactory
@Inject public DeltaLakeMetadataFactory(HiveMetastoreFactory hiveMetastoreFactory, TrinoFileSystemFactory fileSystemFactory, TransactionLogAccess transactionLogAccess, TypeManager typeManager, DeltaLakeAccessControlMetadataFactory accessControlMetadataFactory, DeltaLakeConfig deltaLakeConfig, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeMergeResult> mergeResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, CachingExtendedStatisticsAccess statisticsAccess, boolean allowManagedTableRename, NodeVersion nodeVersion)
-
-
Method Details
-
create
-