You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Praveen Kumar Desabandu (Jira)" <ji...@apache.org> on 2019/08/30 09:09:00 UTC

[jira] [Resolved] (ARROW-6144) [C++][Gandiva] Implement random function in Gandiva

     [ https://issues.apache.org/jira/browse/ARROW-6144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Praveen Kumar Desabandu resolved ARROW-6144.
--------------------------------------------
    Fix Version/s: 0.15.0
       Resolution: Fixed

Issue resolved by pull request 5022
[https://github.com/apache/arrow/pull/5022]

> [C++][Gandiva] Implement random function in Gandiva
> ---------------------------------------------------
>
>                 Key: ARROW-6144
>                 URL: https://issues.apache.org/jira/browse/ARROW-6144
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: C++ - Gandiva
>            Reporter: Prudhvi Porandla
>            Assignee: Prudhvi Porandla
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> Implement random(), random(int seed) functions. The values are sampled from a uniform distribution(0, 1) The random values for each row of a column are generated from same generator which is initialised at (function) build time.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)