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

Method expressions

datafusion/optimizer/src/push_down_limit.rs:334–339  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

332 }
333
334 fn expressions(&self) -> Vec<Expr> {
335 self.input
336 .iter()
337 .flat_map(|child| child.expressions())
338 .collect()
339 }
340
341 fn fmt_for_explain(&self, f: &mut Formatter) -> std::fmt::Result {
342 write!(f, "NoopPlan")

Callers 4

extract_from_planFunction · 0.45
try_push_into_inputsFunction · 0.45
rewriteMethod · 0.45

Calls 2

collectMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected