Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Apache Arrow on the JVM: Streaming Reads

Previously we wrote Arrow Data to a Stream. Now we shall read those data from a stream. Just like on the previous blog the we shall implement the Closeable interface. This is needed to close the RootAllocator and free-up memory. We shall pass a ReadableByteChannel and thus get the stream into read objects.  01 02 ...



This post first appeared on Java Code Geeks, please read the originial post: here

Share the post

Apache Arrow on the JVM: Streaming Reads

×

Subscribe to Java Code Geeks

Get updates delivered right to your inbox!

Thank you for your subscription

×