Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_expr
Function · 0.45
test_unparse_window
Function · 0.45
test_unparse_manual_join_with_subquery_aggregate
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected