| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
StructArray |
StructArrayResult.MoveValueUnsafe() |
StructArray |
StructArrayResult.multiply() |
StructArray |
StructArrayResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
StructArray |
StructArrayResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
StructBuilder.Finish(StructArray out)
\endcond
|
Status |
ArrayVisitor.Visit(StructArray array) |
| Constructor and Description |
|---|
StructArrayResult(StructArray value)
Constructs a Result object that contains
value. |
| Modifier and Type | Method and Description |
|---|---|
static StructArrayResult |
arrow_dataset.MakeGroupings(StructArray by)
\brief Assemble lists of indices of identical rows.
|
Copyright © 2021. All rights reserved.