some tests share a common table
()
| 65 | |
| 66 | /// some tests share a common table |
| 67 | pub 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 |
| 72 | pub fn scan_empty( |
no test coverage detected
searching dependent graphs…