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

Method schema

datafusion/core/src/physical_planner.rs:4400–4402  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

4398 }
4399
4400 fn schema(&self) -> &DFSchemaRef {
4401 &self.schema
4402 }
4403
4404 fn expressions(&self) -> Vec<Expr> {
4405 vec![]

Calls 2

newFunction · 0.85
emptyFunction · 0.50

Tested by 3

test_create_cube_exprFunction · 0.36
test_create_rollup_exprFunction · 0.36