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/10 07:44:57 UTC

[GitHub] [arrow-datafusion] Jimexist commented on pull request #303: add random SQL function

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


   ```
   > select random() r, random() r2 union all select random() r, random() r2;
   +--------------------+--------------------+
   | r                  | r2                 |
   +--------------------+--------------------+
   | 0.9560537521872872 | 0.6483468545317812 |
   | 0.9101355192715241 | 0.6704899577404533 |
   +--------------------+--------------------+
   2 row 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