pub fn extract_columns(model: &mut SqlStatementModel, raw: &str)Expand description
Populate projection, reads, writes on model from its
raw text + already-resolved tables / alias_scope.
raw is the original SQL text (the model doesn’t keep it).