Skip to main content

bind_sql

Function bind_sql 

Source
pub fn bind_sql(query: &str, catalog: &Catalog) -> Result<Plan>
Expand description

Parses and binds one query, which is the whole front end in one call.

ยงErrors

Anything the parser or the binder reports.