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

Method non_null_len

datafusion/physical-expr-common/src/binary_map.rs:92–94  ·  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

90
91 /// returns the total number of distinct values (not including nulls) seen so far
92 pub fn non_null_len(&self) -> usize {
93 self.0.non_null_len()
94 }
95
96 /// Return the total size, in bytes, of memory used to store the data in
97 /// this set, not including `self`

Callers 2

evaluateMethod · 0.45
lenMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected