Package org.apache.iceberg.spark
Class SparkValueConverter
- java.lang.Object
-
- org.apache.iceberg.spark.SparkValueConverter
-
public class SparkValueConverter extends java.lang.Object
A utility class that converts Spark values to Iceberg's internal representation.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Record
convert(Schema schema, org.apache.spark.sql.Row row)
static java.lang.Object
convert(Type type, java.lang.Object object)
-