| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
MessageUniqueResult |
MessageUniqueResult.getPointer(long i) |
static MessageUniqueResult |
Message.Open(ArrowBuffer metadata,
ArrowBuffer body)
\brief Create and validate a Message instance from two buffers
|
MessageUniqueResult |
MessageUniqueResult.position(long position) |
static MessageUniqueResult |
Message.ReadFrom(ArrowBuffer metadata,
InputStream stream)
\brief Read message body and create Message given Flatbuffer metadata
|
static MessageUniqueResult |
Message.ReadFrom(long offset,
ArrowBuffer metadata,
RandomAccessFile file)
\brief Read message body from position in file, and create Message given
the Flatbuffer metadata
|
MessageUniqueResult |
MessageReader.ReadNextMessage()
\brief Read next Message from the interface
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MessageUniqueResult.Equals(MessageUniqueResult other)
Compare to another Result.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageUniqueResult |
arrow.GetSparseTensorMessage(SparseTensor sparse_tensor,
MemoryPool pool)
\brief EXPERIMENTAL: Convert arrow::SparseTensor to a Message with minimal memory
allocation
The message is written out as followed:
|
static MessageUniqueResult |
arrow.GetTensorMessage(Tensor tensor,
MemoryPool pool)
\brief EXPERIMENTAL: Convert arrow::Tensor to a Message with minimal memory
allocation
|
static MessageUniqueResult |
arrow.ReadMessage(InputStream stream) |
static MessageUniqueResult |
arrow.ReadMessage(InputStream stream,
MemoryPool pool)
\brief Read encapsulated IPC message (metadata and body) from InputStream
Returns null if there are not enough bytes available or the
message length is 0 (e.g.
|
static MessageUniqueResult |
arrow.ReadMessage(long offset,
int metadata_length,
RandomAccessFile file)
\brief Read encapsulated RPC message from position in file
Read a length-prefixed message flatbuffer starting at the indicated file
offset.
|
Copyright © 2021. All rights reserved.