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

Method schema

datafusion/sql/tests/cases/plan_to_sql.rs:2230–2232  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2228 }
2229
2230 fn schema(&self) -> &DFSchemaRef {
2231 self.input.schema()
2232 }
2233
2234 fn expressions(&self) -> Vec<Expr> {
2235 vec![]

Callers 3

roundtrip_exprFunction · 0.45
test_unparse_windowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected