| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
SparseTensor |
SparseTensorResult.MoveValueUnsafe() |
SparseTensor |
SparseTensorResult.multiply() |
SparseTensor |
SparseTensorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
SparseTensor |
SparseTensorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| 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 Status |
arrow.GetSparseTensorPayload(SparseTensor sparse_tensor,
MemoryPool pool,
IpcPayload out)
\brief Compute IpcPayload for the given sparse tensor
|
static boolean |
arrow.SparseTensorEquals(SparseTensor left,
SparseTensor right) |
static boolean |
arrow.SparseTensorEquals(SparseTensor left,
SparseTensor right,
EqualOptions arg2)
EXPERIMENTAL: Returns true if the given sparse tensors are exactly equal
|
static Status |
arrow.WriteSparseTensor(SparseTensor sparse_tensor,
OutputStream dst,
int[] metadata_length,
long[] body_length) |
static Status |
arrow.WriteSparseTensor(SparseTensor sparse_tensor,
OutputStream dst,
IntBuffer metadata_length,
LongBuffer body_length) |
static Status |
arrow.WriteSparseTensor(SparseTensor sparse_tensor,
OutputStream dst,
IntPointer metadata_length,
LongPointer body_length)
\brief EXPERIMENTAL: Write arrow::SparseTensor as a contiguous message.
|
Copyright © 2021. All rights reserved.