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

Method len

arrow-array/src/builder/primitive_dictionary_builder.rs:258–260  ·  view source on GitHub ↗

Returns the number of array slots in the builder

(&self)

Source from the content-addressed store, hash-verified

256
257 /// Returns the number of array slots in the builder
258 fn len(&self) -> usize {
259 self.keys_builder.len()
260 }
261
262 /// Builds the array and reset this builder.
263 fn finish(&mut self) -> ArrayRef {

Callers 3

new_from_buildersMethod · 0.45
get_or_insert_keyMethod · 0.45
extend_dictionaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected