MCPcopy Create free account
hub / github.com/apache/arrow-rs / len

Method len

arrow-array/src/builder/generic_list_builder.rs:156–158  ·  view source on GitHub ↗

Returns the number of array slots in the builder

(&self)

Source from the content-addressed store, hash-verified

154
155 /// Returns the number of array slots in the builder
156 fn len(&self) -> usize {
157 self.null_buffer_builder.len()
158 }
159
160 /// Builds the array and reset this builder.
161 fn finish(&mut self) -> ArrayRef {

Callers 2

newMethod · 0.45
next_offsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected