Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ is_empty
Method
is_empty
datafusion/physical-expr/src/expressions/in_list.rs:169–171 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
167
}
168
169
pub fn is_empty(&self) -> bool {
170
self.list.is_empty()
171
}
172
173
pub fn len(&self) -> usize {
174
self.list.len()
Callers
15
bench_numeric
Function · 0.45
bench_string
Function · 0.45
bench_string_shared_prefix
Function · 0.45
bench_string_mixed_lengths
Function · 0.45
bench_fixed_size_binary_inner
Function · 0.45
evaluate
Method · 0.45
is_subset_partitioning
Method · 0.45
satisfaction
Method · 0.45
create_physical_expr
Function · 0.45
project_batch
Method · 0.45
try_new
Method · 0.45
human_display
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected