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

Method non_null_len

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

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

(&self)

Source from the content-addressed store, hash-verified

74
75 /// returns the total number of distinct values (not including nulls) seen so far
76 pub fn non_null_len(&self) -> usize {
77 self.0.non_null_len()
78 }
79
80 /// Return the total size, in bytes, of memory used to store the data in
81 /// this set, not including `self`

Callers 1

lenMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected