Skip to main content

classify_statements

Function classify_statements 

Source
pub fn classify_statements(statements: &[SqlStatement]) -> LintReport
Expand description

Classify a set of SqlStatements and return a LintReport.

Deterministic; never panics. See the module docs for what is and is not detected.