| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageUniqueResult.MoveValueUnsafe() |
Message |
MessageSharedResult.MoveValueUnsafe() |
Message |
MessageUniqueResult.multiply() |
Message |
MessageSharedResult.multiply() |
Message |
MessageUniqueResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Message |
MessageSharedResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Message |
MessageUniqueResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
Message |
MessageSharedResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Message.Equals(Message other)
\brief Return true if message type and contents are equal
|
Status |
MessageDecoderListener.OnMessageDecoded(Message message)
\brief Called when a message is decoded.
|
Status |
AssignMessageDecoderListener.OnMessageDecoded(Message message) |
| Constructor and Description |
|---|
AssignMessageDecoderListener(Message message)
\brief Construct a listener that assigns a decoded message to the
specified location.
|
MessageSharedResult(Message value)
Constructs a Result object that contains
value. |
MessageUniqueResult(Message value)
Constructs a Result object that contains
value. |
| Modifier and Type | Method and Description |
|---|---|
static RecordBatchResult |
arrow.ReadRecordBatch(Message message,
Schema schema,
DictionaryMemo dictionary_memo,
IpcReadOptions options)
\brief Read record batch from message
|
static SchemaResult |
arrow.ReadSchema(Message message,
DictionaryMemo dictionary_memo)
\brief Read Schema from encapsulated Message
|
static SparseTensorResult |
arrow.ReadSparseTensor(Message message)
\brief EXPERIMENTAL: Read arrow::SparseTensor from IPC message
|
static TensorResult |
arrow.ReadTensor(Message message)
\brief EXPERIMENTAL: Read arrow::Tensor from IPC message
|
Copyright © 2021. All rights reserved.