Class ExtendedStatistics
java.lang.Object
io.trino.plugin.deltalake.statistics.ExtendedStatistics
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExtendedStatistics(long modelVersion, Instant alreadyAnalyzedModifiedTimeMax, Map<String, DeltaLakeColumnStatistics> columnStatistics, Optional<Set<String>> analyzedColumns) ExtendedStatistics(Instant alreadyAnalyzedModifiedTimeMax, Map<String, DeltaLakeColumnStatistics> columnStatistics, Optional<Set<String>> analyzedColumns) -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Field Details
-
CURRENT_MODEL_VERSION
public static final long CURRENT_MODEL_VERSION- See Also:
-
-
Constructor Details
-
ExtendedStatistics
-
ExtendedStatistics
-
-
Method Details
-
getModelVersion
public long getModelVersion() -
getAlreadyAnalyzedModifiedTimeMax
-
getColumnStatistics
-
getAnalyzedColumns
-