Class SparkValueConverter

java.lang.Object
org.apache.iceberg.spark.SparkValueConverter

public class SparkValueConverter extends Object
A utility class that converts Spark values to Iceberg's internal representation.
  • Method Details

    • convert

      public static Record convert(Schema schema, org.apache.spark.sql.Row row)
    • convert

      public static Object convert(Type type, Object object)
    • convertToSpark

      public static Object convertToSpark(Type type, Object object)