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

Method is_empty

datafusion/physical-expr-common/src/binary_map.rs:87–89  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

85 }
86
87 pub fn is_empty(&self) -> bool {
88 self.0.is_empty()
89 }
90
91 /// returns the total number of distinct values (not including nulls) seen so far
92 pub fn non_null_len(&self) -> usize {

Callers 5

batch_projectFunction · 0.45
newMethod · 0.45
constructMethod · 0.45
new_alternativesMethod · 0.45

Calls 1

is_noneMethod · 0.80

Tested by

no test coverage detected