Skip to main content

bind

Function bind 

Source
pub fn bind(ast: &Ast, catalog: &Catalog) -> Result<Plan>
Expand description

Binds a parsed statement against a catalog.

ยงErrors

If the script does not hold exactly one statement, if a name does not resolve, if a type does not work out, or if the query uses something M0 does not bind yet.