Uses of Class
io.trino.plugin.deltalake.statistics.ExtendedStatistics
-
Packages that use ExtendedStatistics Package Description io.trino.plugin.deltalake.statistics -
-
Uses of ExtendedStatistics in io.trino.plugin.deltalake.statistics
Methods in io.trino.plugin.deltalake.statistics that return types with arguments of type ExtendedStatistics Modifier and Type Method Description Optional<ExtendedStatistics>CachingExtendedStatisticsAccess. readExtendedStatistics(ConnectorSession session, String tableLocation)Optional<ExtendedStatistics>ExtendedStatisticsAccess. readExtendedStatistics(ConnectorSession session, String tableLocation)Optional<ExtendedStatistics>MetaDirStatisticsAccess. readExtendedStatistics(ConnectorSession session, String tableLocation)Methods in io.trino.plugin.deltalake.statistics with parameters of type ExtendedStatistics Modifier and Type Method Description voidCachingExtendedStatisticsAccess. updateExtendedStatistics(ConnectorSession session, String tableLocation, ExtendedStatistics statistics)voidExtendedStatisticsAccess. updateExtendedStatistics(ConnectorSession session, String tableLocation, ExtendedStatistics statistics)voidMetaDirStatisticsAccess. updateExtendedStatistics(ConnectorSession session, String tableLocation, ExtendedStatistics statistics)Constructor parameters in io.trino.plugin.deltalake.statistics with type arguments of type ExtendedStatistics Constructor Description MetaDirStatisticsAccess(HdfsEnvironment hdfsEnvironment, io.airlift.json.JsonCodec<ExtendedStatistics> statisticsCodec)
-