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

Method schema

datafusion-examples/examples/relation_planner/table_sample.rs:504–506  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

502 }
503
504 fn schema(&self) -> &DFSchemaRef {
505 self.input.schema()
506 }
507
508 fn expressions(&self) -> Vec<Expr> {
509 vec![]

Callers 5

plan_relationMethod · 0.45
try_newMethod · 0.45
sampleMethod · 0.45
plan_pivotFunction · 0.45
plan_unpivotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected