Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Method
schema
datafusion/optimizer/src/test/user_defined.rs:56–58 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
54
}
55
56
fn schema(&self) -> &DFSchemaRef {
57
self.input.schema()
58
}
59
60
fn expressions(&self) -> Vec<Expr> {
61
vec![]
Callers
10
rewrite_plan
Method · 0.45
coerce_output
Function · 0.45
analyze_internal
Function · 0.45
coerce_join
Method · 0.45
f_up
Method · 0.45
coerce_union_schema
Function · 0.45
coerce_union_schema_with_schema
Function · 0.45
assert_fields_eq
Function · 0.45
optimize_internal
Method · 0.45
simplify_equijoin_predicate
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected