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 CachingExtendedStatisticsAccessModifierConstructorDescriptionDeltaLakeMetadata(DeltaLakeMetastore metastore, TransactionLogAccess transactionLogAccess, DeltaLakeTableStatisticsProvider tableStatisticsProvider, TrinoFileSystemFactory fileSystemFactory, TypeManager typeManager, io.trino.plugin.hive.security.AccessControlMetadata accessControlMetadata, io.trino.plugin.hive.TrinoViewHiveMetastore trinoViewHiveMetastore, int domainCompactionThreshold, boolean unsafeWritesEnabled, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeMergeResult> mergeResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, long defaultCheckpointInterval, boolean deleteSchemaLocationsFallback, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, CachingExtendedStatisticsAccess statisticsAccess, boolean useUniqueTableLocation, boolean allowManagedTableRename) DeltaLakeMetadataFactory(io.trino.plugin.hive.metastore.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, io.trino.plugin.hive.NodeVersion nodeVersion) -
Uses of CachingExtendedStatisticsAccess in io.trino.plugin.deltalake.procedure
Constructors in io.trino.plugin.deltalake.procedure with parameters of type CachingExtendedStatisticsAccessModifierConstructorDescriptionFlushMetadataCacheProcedure(Optional<io.trino.plugin.hive.metastore.cache.CachingHiveMetastore> cachingHiveMetastore, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess extendedStatisticsAccess) RegisterTableProcedure(DeltaLakeMetadataFactory metadataFactory, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess statisticsAccess, TrinoFileSystemFactory fileSystemFactory, DeltaLakeConfig deltaLakeConfig) UnregisterTableProcedure(DeltaLakeMetadataFactory metadataFactory, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess statisticsAccess) -
Uses of CachingExtendedStatisticsAccess in io.trino.plugin.deltalake.statistics
Constructors in io.trino.plugin.deltalake.statistics with parameters of type CachingExtendedStatisticsAccessModifierConstructorDescriptionFileBasedTableStatisticsProvider(TypeManager typeManager, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess statisticsAccess)