Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
do_action_close_prepared_statement
Method · 0.80
Calls
2
remove
Method · 0.45
to_string
Method · 0.45
Tested by
no test coverage detected