Skip to main content

extract_columns

Function extract_columns 

Source
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).