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

Method table_schema

datafusion/sql/src/planner.rs:356–358  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

354 }
355
356 pub fn table_schema(&self) -> Option<DFSchemaRef> {
357 self.create_table_schema.clone()
358 }
359
360 // Return a clone of the outer FROM schema
361 pub fn outer_from_schema(&self) -> Option<Arc<DFSchema>> {

Callers 1

sql_values_to_planMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected