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

Method is_empty

datafusion/optimizer/src/join_key_set.rs:121–123  ·  view source on GitHub ↗

returns true if this set is empty

(&self)

Source from the content-addressed store, hash-verified

119
120 /// returns true if this set is empty
121 pub fn is_empty(&self) -> bool {
122 self.inner.is_empty()
123 }
124
125 /// Return the length of this set
126 #[cfg(test)]

Callers 15

rewriteMethod · 0.45
extract_from_planFunction · 0.45
route_to_inputsFunction · 0.45
try_push_into_inputsFunction · 0.45
build_joinFunction · 0.45
is_single_distinct_aggFunction · 0.45
rewriteMethod · 0.45
rewriteMethod · 0.45
push_down_all_joinFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected