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_view_map.rs:71–73 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
69
}
70
71
pub fn is_empty(&self) -> bool {
72
self.0.is_empty()
73
}
74
75
/// returns the total number of distinct values (not including nulls) seen so far
76
pub fn non_null_len(&self) -> usize {
Callers
1
into_state
Method · 0.45
Calls
1
is_none
Method · 0.80
Tested by
no test coverage detected