interface ExprCall
implements PGNode
import { type ExprCall } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts";
Function calls.
For aggregation functions, see https://www.postgresql.org/docs/13/sql-expressions.html#SYNTAX-AGGREGATES
Properties
function: QName
Function name
args: Expr[]
Arguments list
optional
orderBy: OrderByStatement[] | nil[AGGREGATION FUNCTIONS] Inner order by clause
optional
withinGroup: OrderByStatement | nil[AGGREGATION FUNCTIONS] WITHIN GROUP clause