Uses of Class
org.apache.arrow.c.ArrowArrayStream
Packages that use ArrowArrayStream
-
Uses of ArrowArrayStream in org.apache.arrow.c
Methods in org.apache.arrow.c that return ArrowArrayStreamModifier and TypeMethodDescriptionstatic ArrowArrayStreamArrowArrayStream.allocateNew(BufferAllocator allocator) Create ArrowArrayStream by allocating memory.static ArrowArrayStreamArrowArrayStream.wrap(long memoryAddress) Create ArrowArrayStream from an existing memory address.Methods in org.apache.arrow.c with parameters of type ArrowArrayStreamModifier and TypeMethodDescriptionstatic voidData.exportArrayStream(BufferAllocator allocator, ArrowReader reader, ArrowArrayStream out) Export a reader as an ArrowArrayStream using the C Stream Interface.static ArrowReaderData.importArrayStream(BufferAllocator allocator, ArrowArrayStream stream) Import an ArrowArrayStream as anArrowReader.