Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)