Represents an SQL function call.
Set the attributes to the given arguments
[Source]
# File lib/sequel/sql.rb, line 628 628: def initialize(f, *args) 629: @f, @args = f, args 630: end
[Validate]