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