Structs§
- Vector of Lists, basically backed by Arrow’s
ListArray
. - ListVector builder.
- Builder for creating the null bit buffer. This builder only materializes the buffer when we append
false
. If you only appendtrue
s to the builder, what you get will beNone
when callingfinish
. This optimization is very important for the performance.