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

Method inputs

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

Source from the content-addressed store, hash-verified

324 }
325
326 fn inputs(&self) -> Vec<&LogicalPlan> {
327 self.input.iter().collect()
328 }
329
330 fn schema(&self) -> &DFSchemaRef {
331 &self.schema

Callers 9

extract_from_planFunction · 0.45
try_push_into_inputsFunction · 0.45
rewrite_planMethod · 0.45
rewriteMethod · 0.45
empty_childFunction · 0.45
can_flatten_join_inputsFunction · 0.45

Calls 2

collectMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected