You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/25 05:13:47 UTC

[GitHub] [arrow-datafusion] Jimexist commented on pull request #375: add window expression stream, delegated window aggregation to aggregate functions, and implement `row_number`

Jimexist commented on pull request #375:
URL: https://github.com/apache/arrow-datafusion/pull/375#issuecomment-847537275


   local test:
   
   ```
   > select c1, row_number() over () from test limit 5;
   +----+--------------+
   | c1 | ROW_NUMBER() |
   +----+--------------+
   | c  | 1            |
   | d  | 2            |
   | b  | 3            |
   | a  | 4            |
   | b  | 5            |
   +----+--------------+
   5 rows in set. Query took 0 seconds.
   ```


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org