| 250 | } |
| 251 | |
| 252 | Result<Datum> Last(const Datum& value, const ScalarAggregateOptions& options, |
| 253 | ExecContext* ctx) { |
| 254 | return CallFunction("last", {value}, &options, ctx); |
| 255 | } |
| 256 | |
| 257 | Result<Datum> MinMax(const Datum& value, const ScalarAggregateOptions& options, |
| 258 | ExecContext* ctx) { |