l1t1 commented on issue #9323:
URL:
https://github.com/apache/arrow-datafusion/issues/9323#issuecomment-1961365588
databend's numbers function + 1 is similar with generate_series
```sql
ctx.sql("select number+1 from numbers(3)")
┌──────────────┐
│ (number + 1) │
│ UInt64 │
├──────────────┤
│ 1 │
│ 2 │
│ 3 │
└──────────────┘
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]