Expand description
Function argument handling rules per dialect.
Generated from dialect_behavior.toml
This module provides dialect-aware rules for function argument handling,
particularly for date/time functions where certain arguments are keywords
(like YEAR, MONTH) rather than column references.
Enums§
- Null
Ordering - NULL ordering behavior in ORDER BY.
Functions§
- is_
value_ table_ function - Checks if a function is a value table function (returns rows) for the given dialect.
- skip_
args_ for_ function - Returns argument indices to skip when extracting column references from a function call.