| 235 | } |
| 236 | |
| 237 | Result<Datum> Product(const Datum& value, const ScalarAggregateOptions& options, |
| 238 | ExecContext* ctx) { |
| 239 | return CallFunction("product", {value}, &options, ctx); |
| 240 | } |
| 241 | |
| 242 | Result<Datum> Sum(const Datum& value, const ScalarAggregateOptions& options, |
| 243 | ExecContext* ctx) { |