Uses of Class
io.trino.plugin.deltalake.statistics.CachingExtendedStatisticsAccess
Packages that use CachingExtendedStatisticsAccess
-
Uses of CachingExtendedStatisticsAccess in io.trino.plugin.deltalake
Constructors in io.trino.plugin.deltalake with parameters of type CachingExtendedStatisticsAccessModifierConstructorDescriptionDeltaLakeMetadataFactory(HiveMetastoreFactory hiveMetastoreFactory, TrinoFileSystemFactory fileSystemFactory, HdfsEnvironment hdfsEnvironment, 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) -
Uses of CachingExtendedStatisticsAccess in io.trino.plugin.deltalake.metastore
Constructors in io.trino.plugin.deltalake.metastore with parameters of type CachingExtendedStatisticsAccessModifierConstructorDescriptionHiveMetastoreBackedDeltaLakeMetastore(HiveMetastore delegate, TransactionLogAccess transactionLogAccess, TypeManager typeManager, CachingExtendedStatisticsAccess statisticsAccess, TrinoFileSystemFactory fileSystemFactory)