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

Method schema

datafusion/optimizer/src/optimize_projections/mod.rs:1035–1037  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1033 }
1034
1035 fn schema(&self) -> &DFSchemaRef {
1036 &self.schema
1037 }
1038
1039 fn expressions(&self) -> Vec<Expr> {
1040 self.exprs.clone()

Calls

no outgoing calls