Represents a SQL function expression Used with prorm.fn() to create SQL functions like COUNT, UPPER, YEAR, etc.
The SQL function name (e.g., 'COUNT', 'UPPER', 'YEAR')
The arguments to the function (can be column references, literals, or other functions)
Represents a SQL function expression Used with prorm.fn() to create SQL functions like COUNT, UPPER, YEAR, etc.