| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
static StructArrayResult |
StructArray.Make(ArrayVector children,
FieldVector fields) |
static StructArrayResult |
StructArray.Make(ArrayVector children,
FieldVector fields,
ArrowBuffer null_bitmap,
long null_count,
long offset)
\brief Return a StructArray from child arrays and fields.
|
static StructArrayResult |
StructArray.Make(ArrayVector children,
StringVector field_names) |
static StructArrayResult |
StructArray.Make(ArrayVector children,
StringVector field_names,
ArrowBuffer null_bitmap,
long null_count,
long offset)
\brief Return a StructArray from child arrays and field names.
|
StructArrayResult |
StructArrayResult.position(long position) |
StructArrayResult |
StructArrayResult.put(StructArrayResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StructArrayResult.Equals(StructArrayResult other)
Compare to another Result.
|
StructArrayResult |
StructArrayResult.put(StructArrayResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
StructArrayResult(StructArrayResult other)
Copy constructor.
|
Copyright © 2020. All rights reserved.