Skip to main content

bind_statement

Function bind_statement 

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

Binds one 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 statement uses something that is not bound yet.