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

Method len

arrow-array/src/builder/null_builder.rs:122–124  ·  view source on GitHub ↗

Returns the number of array slots in the builder

(&self)

Source from the content-addressed store, hash-verified

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

Callers 2

finishMethod · 0.45
finish_clonedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected