MCPcopy 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_planMethod · 0.45
coerce_outputFunction · 0.45
analyze_internalFunction · 0.45
coerce_joinMethod · 0.45
f_upMethod · 0.45
coerce_union_schemaFunction · 0.45
assert_fields_eqFunction · 0.45
optimize_internalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected