pub fn classify_statement(source: &[u8]) -> StatementClassExpand description
Classifies a statement from its leading keywords alone.
This is what a caller uses to decide whether a statement may run on a read-only connection without paying for a parse.