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

Method task_ctx

datafusion/core/src/execution/context/mod.rs:2011–2013  ·  view source on GitHub ↗

Get a new TaskContext to run in this session

(&self)

Source from the content-addressed store, hash-verified

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 ///

Callers 3

write_jsonMethod · 0.45
write_csvMethod · 0.45
write_parquetMethod · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected