Class ArrowConversion.ArrowSchemaTranslator

  • Enclosing class:
    ArrowConversion

    public static class ArrowConversion.ArrowSchemaTranslator
    extends java.lang.Object
    Converts Arrow schema to Beam row schema.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.beam.sdk.schemas.Schema toBeamSchema​(java.util.List<org.apache.arrow.vector.types.pojo.Field> fields)  
      static org.apache.beam.sdk.schemas.Schema toBeamSchema​(org.apache.arrow.vector.types.pojo.Schema schema)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArrowSchemaTranslator

        public ArrowSchemaTranslator()
    • Method Detail

      • toBeamSchema

        public static org.apache.beam.sdk.schemas.Schema toBeamSchema​(org.apache.arrow.vector.types.pojo.Schema schema)
      • toBeamSchema

        public static org.apache.beam.sdk.schemas.Schema toBeamSchema​(java.util.List<org.apache.arrow.vector.types.pojo.Field> fields)