class

Parsegres::AST::FunctionCall

Inherits Parsegres::AST::Expr < Parsegres::AST::Node < Parsegres::Inspectable < Reference < Object

Constructors

new(name : String, args : Array(Parsegres::AST::Expr) = [] of Expr)
Source

Instance methods

args
Source
args=(args : Array(Expr))
Source
distinct=(distinct : Bool)
Source
distinct?
Source
filter
Source
filter=(filter : Expr | Nil)
Source
name
Source
name=(name : String)
Source
over
Source
over=(over : WindowSpec | Nil)
Source
schema
Source
schema=(schema : String | Nil)
Source
star=(star : Bool)
Source
star?
Source