Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ task_ctx
Method
task_ctx
datafusion-cli/src/cli_context.rs:59–61 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
57
#[async_trait::async_trait]
58
impl CliSessionContext for SessionContext {
59
fn task_ctx(&self) -> Arc<TaskContext> {
60
self.task_ctx()
61
}
62
63
fn session_state(&self) -> SessionState {
64
self.state()
Callers
14
expression_deduplication
Function · 0.45
composed_extension_codec
Function · 0.45
plan_extension
Method · 0.45
parquet_exec_visitor
Function · 0.45
adapter_serialization
Function · 0.45
execute
Method · 0.45
main_inner
Function · 0.45
test_metadata_cache
Function · 0.45
test_statistics_cache_default
Function · 0.45
test_list_files_cache
Function · 0.45
exec_from_repl
Function · 0.45
exec_and_print
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_metadata_cache
Function · 0.36
test_statistics_cache_default
Function · 0.36
test_list_files_cache
Function · 0.36