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

Method len

arrow-array/src/builder/generic_list_view_builder.rs:61–63  ·  view source on GitHub ↗

Returns the number of array slots in the builder

(&self)

Source from the content-addressed store, hash-verified

59
60 /// Returns the number of array slots in the builder
61 fn len(&self) -> usize {
62 self.null_buffer_builder.len()
63 }
64
65 /// Builds the array and reset this builder.
66 fn finish(&mut self) -> ArrayRef {

Callers 2

newMethod · 0.45
appendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected