| Package | Description |
|---|---|
| org.apache.arrow.c |
| Modifier and Type | Method and Description |
|---|---|
static ArrowArrayStream |
ArrowArrayStream.allocateNew(BufferAllocator allocator)
Create ArrowArrayStream by allocating memory.
|
static ArrowArrayStream |
ArrowArrayStream.wrap(long memoryAddress)
Create ArrowArrayStream from an existing memory address.
|
| Modifier and Type | Method and Description |
|---|---|
static 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 an
ArrowReader. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.