menu
nebula_db package
documentation
sql/parser.dart
AggExpr
AggExpr.new constructor
AggExpr.new constructor
dark_mode
light_mode
AggExpr
constructor
AggExpr
(
{
required
AggFunc
func
,
Expr
?
arg
,
bool
distinct
=
false
,
String
?
alias
,
})
Implementation
AggExpr({ required this.func, this.arg, this.distinct = false, this.alias, });
nebula_db package
documentation
sql/parser
AggExpr
AggExpr.new constructor
AggExpr class