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

Method remove_plan

datafusion-examples/examples/flight/sql_server.rs:203–206  ·  view source on GitHub ↗
(&self, handle: &str)

Source from the content-addressed store, hash-verified

201 }
202
203 fn remove_plan(&self, handle: &str) -> Result<(), Status> {
204 self.statements.remove(&handle.to_string());
205 Ok(())
206 }
207
208 fn remove_result(&self, handle: &str) -> Result<(), Status> {
209 self.results.remove(&handle.to_string());

Callers 1

Calls 2

removeMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected