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

Method sql_to_expr

datafusion/sql/src/relation/mod.rs:53–59  ·  view source on GitHub ↗
(
        &mut self,
        expr: sqlparser::ast::Expr,
        schema: &DFSchema,
    )

Source from the content-addressed store, hash-verified

51 }
52
53 fn sql_to_expr(
54 &mut self,
55 expr: sqlparser::ast::Expr,
56 schema: &DFSchema,
57 ) -> Result<Expr> {
58 self.planner.sql_to_expr(expr, schema, self.planner_context)
59 }
60
61 fn sql_expr_to_logical_expr(
62 &mut self,

Callers 1

parse_joinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected