(&self, schema_ref: &SchemaReference)
| 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 { |