| 255 | } |
| 256 | |
| 257 | Result<Datum> MinMax(const Datum& value, const ScalarAggregateOptions& options, |
| 258 | ExecContext* ctx) { |
| 259 | return CallFunction("min_max", {value}, &options, ctx); |
| 260 | } |
| 261 | |
| 262 | Result<Datum> Any(const Datum& value, const ScalarAggregateOptions& options, |
| 263 | ExecContext* ctx) { |