pub static NO_PAREN_FUNCTIONS: LazyLock<HashSet<TokenType>>Expand description
NO_PAREN_FUNCTIONS: Functions that can be called without parentheses Maps TokenType to the function name for generation Python: NO_PAREN_FUNCTIONS = {TokenType.CURRENT_DATE: exp.CurrentDate, …}