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

Function test_table_scan

datafusion/optimizer/src/test/mod.rs:67–69  ·  view source on GitHub ↗

some tests share a common table

()

Source from the content-addressed store, hash-verified

65
66/// some tests share a common table
67pub fn test_table_scan() -> Result<LogicalPlan> {
68 test_table_scan_with_name("test")
69}
70
71/// Scan an empty data source, mainly used in tests
72pub fn scan_empty(

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…