MCPcopy 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

test_with_projectionFunction · 0.45
test_without_projectionFunction · 0.45
test_merged_schemaFunction · 0.45
experimentFunction · 0.45
read_small_batchesFunction · 0.45
read_limitFunction · 0.45
read_alltypes_plain_avroFunction · 0.45

Calls

no outgoing calls

Tested by 7

test_with_projectionFunction · 0.36
test_without_projectionFunction · 0.36
test_merged_schemaFunction · 0.36
experimentFunction · 0.36
test_with_storesFunction · 0.36
test_additional_storesFunction · 0.36
test_metadata_size_hintFunction · 0.36