Class DeltaLakeColumnStatistics
java.lang.Object
io.trino.plugin.deltalake.statistics.DeltaLakeColumnStatistics
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeltaLakeColumnStatisticscreate(OptionalLong totalSizeInBytes, io.airlift.stats.cardinality.HyperLogLog ndvSummary) static DeltaLakeColumnStatisticscreate(OptionalLong totalSizeInBytes, String ndvSummaryBase64) io.airlift.stats.cardinality.HyperLogLogupdate(DeltaLakeColumnStatistics newStatistics)
-
Method Details
-
create
public static DeltaLakeColumnStatistics create(OptionalLong totalSizeInBytes, String ndvSummaryBase64) -
create
public static DeltaLakeColumnStatistics create(OptionalLong totalSizeInBytes, io.airlift.stats.cardinality.HyperLogLog ndvSummary) -
getTotalSizeInBytes
-
getNdvSummaryBase64
-
getNdvSummary
public io.airlift.stats.cardinality.HyperLogLog getNdvSummary() -
update
-