Package org.apache.iceberg.arrow
Class ArrowSchemaUtil
- java.lang.Object
-
- org.apache.iceberg.arrow.ArrowSchemaUtil
-
public class ArrowSchemaUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.arrow.vector.types.pojo.Schema
convert(Schema schema)
Convert Iceberg schema to Arrow Schema.static org.apache.arrow.vector.types.pojo.Field
convert(Types.NestedField field)
-
-
-
Method Detail
-
convert
public static org.apache.arrow.vector.types.pojo.Schema convert(Schema schema)
Convert Iceberg schema to Arrow Schema.- Parameters:
schema
- iceberg schema- Returns:
- arrow schema
-
convert
public static org.apache.arrow.vector.types.pojo.Field convert(Types.NestedField field)
-
-