Package org.apache.iceberg
Class MetricsModes
java.lang.Object
org.apache.iceberg.MetricsModes
This class defines different metrics modes, which allow users to control the collection of
value_counts, null_value_counts, nan_value_counts, lower_bounds, upper_bounds for different
columns in metadata.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Under this mode, only value_counts, null_value_counts, nan_value_counts are persisted.static class
Under this mode, value_counts, null_value_counts, nan_value_counts and full lower_bounds, upper_bounds are persisted.static interface
A metrics calculation mode.static class
Under this mode, value_counts, null_value_counts, nan_value_counts, lower_bounds, upper_bounds are not persisted.static class
Under this mode, value_counts, null_value_counts, nan_value_counts and truncated lower_bounds, upper_bounds are persisted. -
Method Summary
-
Method Details
-
fromString
-