Package org.apache.iceberg
Class MetricsUtil.ReadableColMetricsStruct
java.lang.Object
org.apache.iceberg.MetricsUtil.ReadableColMetricsStruct
- All Implemented Interfaces:
- StructLike
- Enclosing class:
- MetricsUtil
A struct of readable metric values for a primitive column
- 
Constructor SummaryConstructorsConstructorDescriptionReadableColMetricsStruct(String columnName, Types.NestedField projection, Object... metrics) 
- 
Method Summary
- 
Constructor Details- 
ReadableColMetricsStruct
 
- 
- 
Method Details- 
sizepublic int size()- Specified by:
- sizein interface- StructLike
 
- 
get- Specified by:
- getin interface- StructLike
 
- 
setpublic <T> void set(int pos, T value) - Specified by:
- setin interface- StructLike
 
 
-