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

Function unparse_sql_expr

datafusion/core/tests/expr_api/parse_sql_expr.rs:102–107  ·  view source on GitHub ↗
(expr: &Expr)

Source from the content-addressed store, hash-verified

100}
101
102fn unparse_sql_expr(expr: &Expr) -> Result<String> {
103 let unparser = Unparser::default();
104
105 let round_trip_sql = unparser.expr_to_sql(expr)?.to_string();
106 Ok(round_trip_sql)
107}

Callers 2

round_trip_dataframeFunction · 0.85

Calls 2

expr_to_sqlMethod · 0.80
to_stringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…