Skip to main content

extract_columns_for_model

Function extract_columns_for_model 

Source
pub fn extract_columns_for_model(model: &mut SqlSemanticModel, raws: &[String])
Expand description

Convenience: run extract_columns over every statement in a SqlSemanticModel. The caller supplies the raw text per statement (the model is text-free by design).