Uses of Class
io.trino.plugin.deltalake.statistics.CachingExtendedStatisticsAccess
Packages that use CachingExtendedStatisticsAccess
Package
Description
-
Uses of CachingExtendedStatisticsAccess in io.trino.plugin.deltalake
Constructors in io.trino.plugin.deltalake with parameters of type CachingExtendedStatisticsAccessModifierConstructorDescriptionDeltaLakeMetadataFactory(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) -
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) -
Uses of CachingExtendedStatisticsAccess in io.trino.plugin.deltalake.procedure
Constructors in io.trino.plugin.deltalake.procedure with parameters of type CachingExtendedStatisticsAccessModifierConstructorDescriptionFlushMetadataCacheProcedure(HiveMetastoreFactory metastoreFactory, Optional<CachingHiveMetastore> cachingHiveMetastore, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess extendedStatisticsAccess)