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

Method len

datafusion/physical-expr-common/src/binary_view_map.rs:67–69  ·  view source on GitHub ↗

Returns the total number of distinct values (including nulls) seen so far

(&self)

Source from the content-addressed store, hash-verified

65
66 /// Returns the total number of distinct values (including nulls) seen so far
67 pub fn len(&self) -> usize {
68 self.0.len()
69 }
70
71 pub fn is_empty(&self) -> bool {
72 self.0.is_empty()

Callers 7

insert_if_new_innerMethod · 0.45
append_valueMethod · 0.45
non_null_lenMethod · 0.45
sizeMethod · 0.45
fmtMethod · 0.45
insertMethod · 0.45

Calls 2

non_null_lenMethod · 0.45
mapMethod · 0.45

Tested by 1