Uses of Class
io.trino.plugin.deltalake.statistics.CachingExtendedStatisticsAccess
-
Packages that use CachingExtendedStatisticsAccess Package Description io.trino.plugin.deltalake io.trino.plugin.deltalake.metastore -
-
Uses of CachingExtendedStatisticsAccess in io.trino.plugin.deltalake
Constructors in io.trino.plugin.deltalake with parameters of type CachingExtendedStatisticsAccess Constructor Description DeltaLakeMetadataFactory(HiveMetastoreFactory hiveMetastoreFactory, HdfsEnvironment hdfsEnvironment, TransactionLogAccess transactionLogAccess, TypeManager typeManager, DeltaLakeAccessControlMetadataFactory accessControlMetadataFactory, DeltaLakeConfig deltaLakeConfig, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeUpdateResult> updateResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, CachingExtendedStatisticsAccess statisticsAccess, HiveConfig hiveConfig) -
Uses of CachingExtendedStatisticsAccess in io.trino.plugin.deltalake.metastore
Constructors in io.trino.plugin.deltalake.metastore with parameters of type CachingExtendedStatisticsAccess Constructor Description HiveMetastoreBackedDeltaLakeMetastore(HiveMetastore delegate, TransactionLogAccess transactionLogAccess, TypeManager typeManager, CachingExtendedStatisticsAccess statisticsAccess)
-