Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ task_ctx
Method
task_ctx
datafusion/core/src/datasource/listing_table_factory.rs:625–627 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
623
unimplemented!()
624
}
625
fn task_ctx(&self) -> Arc<TaskContext> {
626
unimplemented!()
627
}
628
}
629
630
let factory = ListingTableFactory::new();
Callers
15
can_override_physical_expr_adapter
Function · 0.45
test_with_projection
Function · 0.45
test_without_projection
Function · 0.45
test_merged_schema
Function · 0.45
experiment
Function · 0.45
read_small_batches
Function · 0.45
read_limit
Function · 0.45
read_alltypes_plain_avro
Function · 0.45
read_bool_alltypes_plain_avro
Function · 0.45
read_null_bool_alltypes_plain_avro
Function · 0.45
read_i32_alltypes_plain_avro
Function · 0.45
read_null_i32_alltypes_plain_avro
Function · 0.45
Calls
no outgoing calls
Tested by
7
test_with_projection
Function · 0.36
test_without_projection
Function · 0.36
test_merged_schema
Function · 0.36
experiment
Function · 0.36
test_with_stores
Function · 0.36
test_additional_stores
Function · 0.36
test_metadata_size_hint
Function · 0.36