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

Method outer_from_schema

datafusion/sql/src/planner.rs:361–363  ·  view source on GitHub ↗

Return a clone of the outer FROM schema

(&self)

Source from the content-addressed store, hash-verified

359
360 // Return a clone of the outer FROM schema
361 pub fn outer_from_schema(&self) -> Option<Arc<DFSchema>> {
362 self.outer_from_schema.clone()
363 }
364
365 /// Sets the outer FROM schema, returning the existing one, if any
366 pub fn set_outer_from_schema(

Callers 1

plan_table_with_joinsMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected