FunctionCallExpr constructor
FunctionCallExpr(
- String name,
- List<
Expr> args, { - bool isStarArg = false,
- bool distinct = false,
- WindowSpec? window,
- Expr? filterExpr,
- List<
WindowOrderItem> ? aggOrderBy,
Implementation
FunctionCallExpr(
this.name,
this.args, {
this.isStarArg = false,
this.distinct = false,
this.window,
this.filterExpr,
this.aggOrderBy,
});