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

Method len

arrow-array/src/builder/generic_bytes_builder.rs:269–271  ·  view source on GitHub ↗

Returns the number of binary slots in the builder

(&self)

Source from the content-addressed store, hash-verified

267impl<T: ByteArrayType> ArrayBuilder for GenericByteBuilder<T> {
268 /// Returns the number of binary slots in the builder
269 fn len(&self) -> usize {
270 self.null_buffer_builder.len()
271 }
272
273 /// Builds the array and reset this builder.
274 fn finish(&mut self) -> ArrayRef {

Callers 8

new_from_bufferMethod · 0.45
next_offsetMethod · 0.45
append_value_nMethod · 0.45
append_arrayMethod · 0.45
finishMethod · 0.45
finish_clonedMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by 1