| 245 | } |
| 246 | |
| 247 | Result<Datum> First(const Datum& value, const ScalarAggregateOptions& options, |
| 248 | ExecContext* ctx) { |
| 249 | return CallFunction("first", {value}, &options, ctx); |
| 250 | } |
| 251 | |
| 252 | Result<Datum> Last(const Datum& value, const ScalarAggregateOptions& options, |
| 253 | ExecContext* ctx) { |