| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
MemoryManager |
ArrowBuffer.memory_manager() |
MemoryManager |
ArrowBuffer.memory_manager() |
| Modifier and Type | Method and Description |
|---|---|
static BufferResult |
ArrowBuffer.Copy(ArrowBuffer source,
MemoryManager to)
\brief Copy buffer
The buffer contents will be copied into a new buffer allocated by the
given MemoryManager.
|
static BufferResult |
ArrowBuffer.Copy(ArrowBuffer source,
MemoryManager to)
\brief Copy buffer
The buffer contents will be copied into a new buffer allocated by the
given MemoryManager.
|
static BufferResult |
ArrowBuffer.View(ArrowBuffer source,
MemoryManager to)
\brief View buffer
Return a Buffer that reflects this buffer, seen potentially from another
device, without making an explicit copy of the contents.
|
static BufferResult |
ArrowBuffer.View(ArrowBuffer source,
MemoryManager to)
\brief View buffer
Return a Buffer that reflects this buffer, seen potentially from another
device, without making an explicit copy of the contents.
|
static BufferResult |
ArrowBuffer.ViewOrCopy(ArrowBuffer source,
MemoryManager to)
\brief View or copy buffer
Try to view buffer contents on the given MemoryManager's device, but
fall back to copying if a no-copy view isn't supported.
|
static BufferResult |
ArrowBuffer.ViewOrCopy(ArrowBuffer source,
MemoryManager to)
\brief View or copy buffer
Try to view buffer contents on the given MemoryManager's device, but
fall back to copying if a no-copy view isn't supported.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferResult |
arrow.SerializeRecordBatch(RecordBatch batch,
MemoryManager mm)
\brief Serialize record batch as encapsulated IPC message in a new buffer
|
static BufferResult |
arrow.SerializeRecordBatch(RecordBatch batch,
MemoryManager mm)
\brief Serialize record batch as encapsulated IPC message in a new buffer
|
Copyright © 2022. All rights reserved.