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

Method parse_sql_into_expr

datafusion/sql/src/parser.rs:476–478  ·  view source on GitHub ↗
(sql: &str)

Source from the content-addressed store, hash-verified

474 }
475
476 pub fn parse_sql_into_expr(sql: &str) -> Result<ExprWithAlias, DataFusionError> {
477 DFParserBuilder::new(sql).build()?.parse_into_expr()
478 }
479
480 pub fn parse_sql_into_expr_with_dialect(
481 sql: &str,

Callers

nothing calls this directly

Calls 3

newFunction · 0.85
parse_into_exprMethod · 0.80
buildMethod · 0.45

Tested by

no test coverage detected