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

Method len

arrow-array/src/builder/primitive_builder.rs:123–125  ·  view source on GitHub ↗

Returns the number of array slots in the builder

(&self)

Source from the content-addressed store, hash-verified

121
122 /// Returns the number of array slots in the builder
123 fn len(&self) -> usize {
124 self.values_builder.len()
125 }
126
127 /// Builds the array and reset this builder.
128 fn finish(&mut self) -> ArrayRef {

Callers 5

new_from_bufferMethod · 0.45
append_sliceMethod · 0.45
append_arrayMethod · 0.45
finishMethod · 0.45
finish_clonedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected