menu
dart_db_server package
documentation
server/expression.dart
FunctionCallExpr
isAggregate property
isAggregate property
dark_mode
light_mode
isAggregate
property
bool
get
isAggregate
Implementation
bool get isAggregate => kAggregateFunctions.contains(name);
dart_db_server package
documentation
server/expression
FunctionCallExpr
isAggregate property
FunctionCallExpr class