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

Method parse_sql_expr

datafusion/core/src/dataframe/mod.rs:291–295  ·  view source on GitHub ↗
(&self, sql: &str)

Source from the content-addressed store, hash-verified

289 /// ```
290 #[cfg(feature = "sql")]
291 pub fn parse_sql_expr(&self, sql: &str) -> Result<Expr> {
292 let df_schema = self.schema();
293
294 self.session_state.create_logical_expr(sql, df_schema)
295 }
296
297 /// Create a physical plan from this DataFrame.
298 ///

Callers 9

planner_apiFunction · 0.45
query_parquet_demoFunction · 0.45
select_exprsMethod · 0.45
round_trip_dataframeFunction · 0.45

Calls 2

create_logical_exprMethod · 0.80
schemaMethod · 0.45

Tested by 3

round_trip_dataframeFunction · 0.36