Class ArrowIpcUtil

java.lang.Object
io.deephaven.extensions.barrage.util.ArrowIpcUtil

public class ArrowIpcUtil extends Object
  • Constructor Details

    • ArrowIpcUtil

      public ArrowIpcUtil()
  • Method Details

    • serialize

      public static long serialize(OutputStream outputStream, org.apache.arrow.vector.types.pojo.Schema schema) throws IOException
      Throws:
      IOException
    • deserialize

      public static org.apache.arrow.vector.types.pojo.Schema deserialize(InputStream in) throws IOException
      Throws:
      IOException
    • deserialize

      public static org.apache.arrow.vector.types.pojo.Schema deserialize(byte[] buf, int offset, int length) throws IOException
      Throws:
      IOException