pub fn is_keyword(s: &str) -> bool
Check if a string is an SQL keyword (case-insensitive) Uses a compiled HashSet for O(1) lookups instead of O(n) linear search