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

Method schema_doesnt_exist_err

datafusion/core/src/execution/context/mod.rs:1111–1113  ·  view source on GitHub ↗
(&self, schema_ref: &SchemaReference)

Source from the content-addressed store, hash-verified

1109 }
1110
1111 fn schema_doesnt_exist_err(&self, schema_ref: &SchemaReference) -> Result<DataFrame> {
1112 exec_err!("Schema '{schema_ref}' doesn't exist.")
1113 }
1114
1115 async fn set_variable(&self, stmt: SetVariable) -> Result<()> {
1116 let SetVariable {

Callers 1

drop_schemaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected