Class MetricsUtil.ReadableMetricsStruct

java.lang.Object
org.apache.iceberg.MetricsUtil.ReadableMetricsStruct
All Implemented Interfaces:
StructLike
Enclosing class:
MetricsUtil

public static class MetricsUtil.ReadableMetricsStruct extends Object implements StructLike
A struct, consisting of all MetricsUtil.ReadableColMetricsStruct for all primitive columns of the table
  • Constructor Details

    • ReadableMetricsStruct

      public ReadableMetricsStruct(List<StructLike> columnMetrics)
  • Method Details

    • size

      public int size()
      Specified by:
      size in interface StructLike
    • get

      public <T> T get(int pos, Class<T> javaClass)
      Specified by:
      get in interface StructLike
    • set

      public <T> void set(int pos, T value)
      Specified by:
      set in interface StructLike