MCPcopy 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]
58impl 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_deduplicationFunction · 0.45
composed_extension_codecFunction · 0.45
plan_extensionMethod · 0.45
parquet_exec_visitorFunction · 0.45
adapter_serializationFunction · 0.45
executeMethod · 0.45
main_innerFunction · 0.45
test_metadata_cacheFunction · 0.45
test_list_files_cacheFunction · 0.45
exec_from_replFunction · 0.45
exec_and_printFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_metadata_cacheFunction · 0.36
test_list_files_cacheFunction · 0.36