pub fn type_statement<'a>(
    schemas: &'a Schemas<'a>,
    statement: &'a str,
    issues: &mut Vec<Issue>,
    options: &TypeOptions
) -> StatementType<'a>
Expand description

Type an sql statement with respect to a given schema