Class SparkStructLike

java.lang.Object
org.apache.iceberg.spark.SparkStructLike
All Implemented Interfaces:
StructLike

public class SparkStructLike extends Object implements StructLike
  • Constructor Details

  • Method Details

    • wrap

      public SparkStructLike wrap(org.apache.spark.sql.Row row)
    • 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