MCPcopy Create free account
hub / github.com/apache/datafusion / len

Method len

datafusion/common/src/metadata.rs:307–309  ·  view source on GitHub ↗

Returns the number of key-value pairs in the metadata.

(&self)

Source from the content-addressed store, hash-verified

305
306 /// Returns the number of key-value pairs in the metadata.
307 pub fn len(&self) -> usize {
308 self.inner.len()
309 }
310
311 /// Convert this `FieldMetadata` into a `HashMap<String, String>`
312 pub fn to_hashmap(&self) -> std::collections::HashMap<String, String> {

Callers 15

append_rowMethod · 0.45
build_keysFunction · 0.45
split_tuplesFunction · 0.45
generate_dimension_tableFunction · 0.45
documented_rulesFunction · 0.45
twoMethod · 0.45
create_initial_planMethod · 0.45
task_helperMethod · 0.45

Calls

no outgoing calls

Tested by 15

local_unpartitioned_fileFunction · 0.36
partition_statisticsMethod · 0.36
scanMethod · 0.36
partial_aggregate_execFunction · 0.36
final_aggregate_execFunction · 0.36
poll_nextMethod · 0.36
size_hintMethod · 0.36
hide_firstFunction · 0.36