Uses of Class
io.trino.plugin.deltalake.statistics.DeltaLakeColumnStatistics
-
Packages that use DeltaLakeColumnStatistics Package Description io.trino.plugin.deltalake.statistics -
-
Uses of DeltaLakeColumnStatistics in io.trino.plugin.deltalake.statistics
Methods in io.trino.plugin.deltalake.statistics that return DeltaLakeColumnStatistics Modifier and Type Method Description static DeltaLakeColumnStatisticsDeltaLakeColumnStatistics. create(io.airlift.stats.cardinality.HyperLogLog ndvSummary)static DeltaLakeColumnStatisticsDeltaLakeColumnStatistics. create(String ndvSummaryBase64)DeltaLakeColumnStatisticsDeltaLakeColumnStatistics. update(DeltaLakeColumnStatistics newStatistics)Methods in io.trino.plugin.deltalake.statistics that return types with arguments of type DeltaLakeColumnStatistics Modifier and Type Method Description Map<String,DeltaLakeColumnStatistics>ExtendedStatistics. getColumnStatistics()Methods in io.trino.plugin.deltalake.statistics with parameters of type DeltaLakeColumnStatistics Modifier and Type Method Description DeltaLakeColumnStatisticsDeltaLakeColumnStatistics. update(DeltaLakeColumnStatistics newStatistics)Constructor parameters in io.trino.plugin.deltalake.statistics with type arguments of type DeltaLakeColumnStatistics Constructor Description ExtendedStatistics(long modelVersion, Instant alreadyAnalyzedModifiedTimeMax, Map<String,DeltaLakeColumnStatistics> columnStatistics, Optional<Set<String>> analyzedColumns)ExtendedStatistics(Instant alreadyAnalyzedModifiedTimeMax, Map<String,DeltaLakeColumnStatistics> columnStatistics, Optional<Set<String>> analyzedColumns)
-