| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Class and Description |
|---|---|
class |
ListBuilder
\class ListBuilder
\brief Builder class for variable-length list array value types
To use this class, you must append values to the child array builder and use
the Append function to delimit each distinct list value (once the values
have been appended to the child array) or use the bulk API to append
a sequence of offsets and null values.
|
Copyright © 2021. All rights reserved.