Class MetricsUtil.ReadableColMetricsStruct

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

public static class MetricsUtil.ReadableColMetricsStruct extends Object implements StructLike
A struct of readable metric values for a primitive column
  • Constructor Details

  • 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