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 ArrowArrayStream
ArrowArrayStream.allocateNew
(BufferAllocator allocator) Create ArrowArrayStream by allocating memory.static ArrowArrayStream
ArrowArrayStream.wrap
(long memoryAddress) Create ArrowArrayStream from an existing memory address.Methods in org.apache.arrow.c with parameters of type ArrowArrayStreamModifier and TypeMethodDescriptionstatic void
Data.exportArrayStream
(BufferAllocator allocator, ArrowReader reader, ArrowArrayStream out) Export a reader as an ArrowArrayStream using the C Stream Interface.static ArrowReader
Data.importArrayStream
(BufferAllocator allocator, ArrowArrayStream stream) Import an ArrowArrayStream as anArrowReader
.