Uses of Class
io.trino.plugin.deltalake.statistics.DeltaLakeColumnStatistics
Packages that use DeltaLakeColumnStatistics
-
Uses of DeltaLakeColumnStatistics in io.trino.plugin.deltalake.statistics
Methods in io.trino.plugin.deltalake.statistics that return DeltaLakeColumnStatisticsModifier and TypeMethodDescriptionstatic DeltaLakeColumnStatisticsDeltaLakeColumnStatistics.create(OptionalLong totalSizeInBytes, io.airlift.stats.cardinality.HyperLogLog ndvSummary) static DeltaLakeColumnStatisticsDeltaLakeColumnStatistics.create(OptionalLong totalSizeInBytes, String ndvSummaryBase64) DeltaLakeColumnStatistics.update(DeltaLakeColumnStatistics newStatistics) Methods in io.trino.plugin.deltalake.statistics that return types with arguments of type DeltaLakeColumnStatisticsMethods in io.trino.plugin.deltalake.statistics with parameters of type DeltaLakeColumnStatisticsModifier and TypeMethodDescriptionDeltaLakeColumnStatistics.update(DeltaLakeColumnStatistics newStatistics) Constructor parameters in io.trino.plugin.deltalake.statistics with type arguments of type DeltaLakeColumnStatisticsModifierConstructorDescriptionExtendedStatistics(long modelVersion, Instant alreadyAnalyzedModifiedTimeMax, Map<String, DeltaLakeColumnStatistics> columnStatistics, Optional<Set<String>> analyzedColumns) ExtendedStatistics(Instant alreadyAnalyzedModifiedTimeMax, Map<String, DeltaLakeColumnStatistics> columnStatistics, Optional<Set<String>> analyzedColumns)