Class ArrowIpcUtil
java.lang.Object
io.deephaven.extensions.barrage.util.ArrowIpcUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.arrow.vector.types.pojo.Schema
deserialize
(byte[] buf, int offset, int length) static org.apache.arrow.vector.types.pojo.Schema
static long
serialize
(OutputStream outputStream, org.apache.arrow.vector.types.pojo.Schema schema)
-
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
-