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

Method remove_result

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

Source from the content-addressed store, hash-verified

206 }
207
208 fn remove_result(&self, handle: &str) -> Result<(), Status> {
209 self.results.remove(&handle.to_string());
210 Ok(())
211 }
212}
213
214#[tonic::async_trait]

Callers 1

Calls 2

removeMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected