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

Method len

arrow-array/src/builder/boolean_builder.rs:219–221  ·  view source on GitHub ↗

Returns the number of array slots in the builder

(&self)

Source from the content-addressed store, hash-verified

217
218 /// Returns the number of array slots in the builder
219 fn len(&self) -> usize {
220 self.values_builder.len()
221 }
222
223 /// Builds the array and reset this builder.
224 fn finish(&mut self) -> ArrayRef {

Callers 5

append_sliceMethod · 0.45
append_valuesMethod · 0.45
append_arrayMethod · 0.45
finishMethod · 0.45
finish_clonedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected