Class FloatFieldMetrics

java.lang.Object
org.apache.iceberg.FieldMetrics<Float>
org.apache.iceberg.FloatFieldMetrics

public class FloatFieldMetrics extends FieldMetrics<Float>
Iceberg internally tracked field level metrics, used by Parquet and ORC writers only.

Parquet/ORC keeps track of most metrics in file statistics, and only NaN counter is actually tracked by writers. This wrapper ensures that metrics not being updated by those writers will not be incorrectly used, by throwing exceptions when they are accessed.