| 240 | } |
| 241 | |
| 242 | Result<Datum> Sum(const Datum& value, const ScalarAggregateOptions& options, |
| 243 | ExecContext* ctx) { |
| 244 | return CallFunction("sum", {value}, &options, ctx); |
| 245 | } |
| 246 | |
| 247 | Result<Datum> First(const Datum& value, const ScalarAggregateOptions& options, |
| 248 | ExecContext* ctx) { |