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

Method schema

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

Source from the content-addressed store, hash-verified

328 }
329
330 fn schema(&self) -> &DFSchemaRef {
331 &self.schema
332 }
333
334 fn expressions(&self) -> Vec<Expr> {
335 self.input

Callers 15

align_plan_to_schemaFunction · 0.45
rewriteMethod · 0.45
join_with_alias_filterFunction · 0.45
extract_from_planFunction · 0.45
push_extraction_pairsFunction · 0.45
route_to_inputsFunction · 0.45
try_push_into_inputsFunction · 0.45
rewriteMethod · 0.45

Calls

no outgoing calls