| 230 | } |
| 231 | |
| 232 | Result<Datum> Mean(const Datum& value, const ScalarAggregateOptions& options, |
| 233 | ExecContext* ctx) { |
| 234 | return CallFunction("mean", {value}, &options, ctx); |
| 235 | } |
| 236 | |
| 237 | Result<Datum> Product(const Datum& value, const ScalarAggregateOptions& options, |
| 238 | ExecContext* ctx) { |