MCPcopy 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_numericFunction · 0.45
bench_stringFunction · 0.45
evaluateMethod · 0.45
satisfactionMethod · 0.45
create_physical_exprFunction · 0.45
project_batchMethod · 0.45
try_newMethod · 0.45
human_displayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected