You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throwArgumentError('pipeline Object should be a Map or a List of Maps. Example1: {"\$group": {"_id": "\$userId", "totalScore": {"\$sum": "\$score"}}} ');
17
-
}
18
15
if(pipeline.isEmpty){
19
16
throwArgumentError('pipeline must not be empty. Please add pipeline operations to aggregate data. Example: {"\$group": {"_id": "\$userId", "totalScore": {"\$sum": "\$score"}}} ');
0 commit comments