Package org.apache.iceberg
Class MetricsUtil.ReadableMetricsStruct
java.lang.Object
org.apache.iceberg.MetricsUtil.ReadableMetricsStruct
- All Implemented Interfaces:
StructLike
- Enclosing class:
- MetricsUtil
A struct, consisting of all
MetricsUtil.ReadableColMetricsStruct
for all primitive columns of the
table-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ReadableMetricsStruct
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceStructLike
-
get
- Specified by:
get
in interfaceStructLike
-
set
public <T> void set(int pos, T value) - Specified by:
set
in interfaceStructLike
-