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

Method len

arrow-array/src/builder/union_builder.rs:364–366  ·  view source on GitHub ↗

Returns the number of array slots in the builder

(&self)

Source from the content-addressed store, hash-verified

362impl ArrayBuilder for UnionBuilder {
363 /// Returns the number of array slots in the builder
364 fn len(&self) -> usize {
365 self.len
366 }
367
368 /// Builds the array
369 fn finish(&mut self) -> ArrayRef {

Callers 3

append_optionMethod · 0.45
buildMethod · 0.45
build_clonedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected