pub async fn sql_to_df_plan(
query_ctx: QueryContextRef,
engine: QueryEngineRef,
sql: &str,
optimize: bool,
) -> Result<LogicalPlan, Error>
Expand description
Convert sql to datafusion logical plan Also support TQL (but only Eval not Explain or Analyze)