Uses of Interface
io.trino.plugin.deltalake.statistics.ExtendedStatisticsAccess
-
Packages that use ExtendedStatisticsAccess Package Description io.trino.plugin.deltalake io.trino.plugin.deltalake.procedure io.trino.plugin.deltalake.statistics -
-
Uses of ExtendedStatisticsAccess in io.trino.plugin.deltalake
Constructors in io.trino.plugin.deltalake with parameters of type ExtendedStatisticsAccess Constructor Description DeltaLakeMetadata(DeltaLakeMetastore metastore, HdfsEnvironment hdfsEnvironment, TypeManager typeManager, AccessControlMetadata accessControlMetadata, int domainCompactionThreshold, boolean unsafeWritesEnabled, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeUpdateResult> updateResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, long defaultCheckpointInterval, boolean ignoreCheckpointWriteFailures, boolean deleteSchemaLocationsFallback, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, ExtendedStatisticsAccess statisticsAccess) -
Uses of ExtendedStatisticsAccess in io.trino.plugin.deltalake.procedure
Constructors in io.trino.plugin.deltalake.procedure with parameters of type ExtendedStatisticsAccess Constructor Description DropExtendedStatsProcedure(DeltaLakeMetadataFactory metadataFactory, ExtendedStatisticsAccess statsAccess) -
Uses of ExtendedStatisticsAccess in io.trino.plugin.deltalake.statistics
Classes in io.trino.plugin.deltalake.statistics that implement ExtendedStatisticsAccess Modifier and Type Class Description classCachingExtendedStatisticsAccessclassMetaDirStatisticsAccessConstructors in io.trino.plugin.deltalake.statistics with parameters of type ExtendedStatisticsAccess Constructor Description CachingExtendedStatisticsAccess(ExtendedStatisticsAccess delegate)
-