menu
rethink_db_ns package
documentation
rethink_db_ns.dart
RethinkDb
sum method
sum method
dark_mode
light_mode
sum
method
Map
sum
(
String
attr
)
Compute the sum of the given field in the group.
Implementation
Map sum(String attr) => {'SUM': attr};
rethink_db_ns package
documentation
rethink_db_ns
RethinkDb
sum method
RethinkDb class