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

Function logical_plan

datafusion/sql/tests/sql_integration.rs:3494–3496  ·  view source on GitHub ↗
(sql: &str)

Source from the content-addressed store, hash-verified

3492}
3493
3494fn logical_plan(sql: &str) -> Result<LogicalPlan> {
3495 logical_plan_with_options(sql, ParserOptions::default())
3496}
3497
3498fn logical_plan_with_config(
3499 sql: &str,

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…