java.lang.Object
org.apache.arrow.vector.util.SchemaUtility
Schema utility class including serialization and deserialization.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Schema
deserialize
(byte[] bytes, BufferAllocator allocator) Deserialize Arrow schema from byte array.static byte[]
Serialize Arrow schema into byte array.
-
Method Details
-
deserialize
Deserialize Arrow schema from byte array.- Throws:
IOException
-
serialize
Serialize Arrow schema into byte array.- Throws:
IOException
-