Module function_rules

Module function_rules 

Source
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§

NullOrdering
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.