Skip to main content

protected_ranges_from_tokenizer

Function protected_ranges_from_tokenizer 

Source
pub fn protected_ranges_from_tokenizer(
    sql: &str,
    dialect: Dialect,
) -> Vec<ProtectedRange>
Expand description

Derive protected ranges by tokenizing SQL and collecting comment + string tokens.