Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_project
Function · 0.45
with_new_children_if_necessary
Function · 0.45
new
Method · 0.45
construct
Method · 0.45
new_alternatives
Method · 0.45
Calls
1
is_none
Method · 0.80
Tested by
no test coverage detected