Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_relation
Method · 0.45
try_new
Method · 0.45
sample
Method · 0.45
plan_pivot
Function · 0.45
plan_unpivot
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected