Skip to main content

is_keyword

Function is_keyword 

Source
pub fn is_keyword(s: &str) -> bool
Expand description

Check if a string is an SQL keyword (case-insensitive) Uses a compiled HashSet for O(1) lookups instead of O(n) linear search