Get a new TaskContext to run in this session
(&self)
| 2009 | |
| 2010 | /// Get a new TaskContext to run in this session |
| 2011 | pub fn task_ctx(&self) -> Arc<TaskContext> { |
| 2012 | Arc::new(TaskContext::from(self)) |
| 2013 | } |
| 2014 | |
| 2015 | /// Return a new [`SessionState`] suitable for executing a single query. |
| 2016 | /// |
no test coverage detected