diff --git a/stdlib-candidate/std-rfc/aggregate/mod.nu b/stdlib-candidate/std-rfc/aggregate/mod.nu index 077448b..be1b069 100644 --- a/stdlib-candidate/std-rfc/aggregate/mod.nu +++ b/stdlib-candidate/std-rfc/aggregate/mod.nu @@ -71,7 +71,8 @@ export def main [ --ops: record, # default = {min: {math min}, avg: {math avg}, max: {math max}, sum: {math sum}} ...columns: cell-path, # columns to perform aggregations on ]: [ - table -> table + table -> table, + record -> error, ] { let IN = $in let md = metadata $in