[
https://issues.apache.org/jira/browse/PHOENIX-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14243273#comment-14243273
]
Lars Hofhansl commented on PHOENIX-1516:
----------------------------------------
What should
{noformat}
SELECT RAND(42), RAND(23), RAND() FROM T LIMIT 2;
{noformat}
return?
Seems RAND(seed) should GLOBAL Determinism as it will (should) always return
the exact same value...?
> Add RANDOM built-in function
> ----------------------------
>
> Key: PHOENIX-1516
> URL: https://issues.apache.org/jira/browse/PHOENIX-1516
> Project: Phoenix
> Issue Type: Bug
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Attachments: 1516.txt
>
>
> I often find it useful to generate some rows with random data.
> Here's a simple RANDOM() function that we could use for that.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)