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

Method parse_sql_expr

datafusion/core/src/execution/context/mod.rs:675–677  ·  view source on GitHub ↗
(&self, sql: &str, df_schema: &DFSchema)

Source from the content-addressed store, hash-verified

673 /// ```
674 #[cfg(feature = "sql")]
675 pub fn parse_sql_expr(&self, sql: &str, df_schema: &DFSchema) -> Result<Expr> {
676 self.state.read().create_logical_expr(sql, df_schema)
677 }
678
679 /// Execute the [`LogicalPlan`], return a [`DataFrame`]. This API
680 /// is not featured limited (so all SQL such as `CREATE TABLE` and

Callers

nothing calls this directly

Calls 2

create_logical_exprMethod · 0.80
readMethod · 0.80

Tested by

no test coverage detected