(sql: &str)
| 3492 | } |
| 3493 | |
| 3494 | fn logical_plan(sql: &str) -> Result<LogicalPlan> { |
| 3495 | logical_plan_with_options(sql, ParserOptions::default()) |
| 3496 | } |
| 3497 | |
| 3498 | fn logical_plan_with_config( |
| 3499 | sql: &str, |
no test coverage detected
searching dependent graphs…