You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2020/09/02 18:20:00 UTC

[jira] [Resolved] (ARROW-9891) [Rust] [DataFusion] Make math functions support f32

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

Andy Grove resolved ARROW-9891.
-------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

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

> [Rust] [DataFusion] Make math functions support f32
> ---------------------------------------------------
>
>                 Key: ARROW-9891
>                 URL: https://issues.apache.org/jira/browse/ARROW-9891
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust, Rust - DataFusion
>            Reporter: Jorge
>            Assignee: Jorge
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Given a math function `g`, we compute g(f32) using g(cast(f32 AS f64)).
> The goal of this issue is to make the operation be cast(g(f32) AS f64) instead.
> Since computations on f32 are faster than on f64, this is a simple optimization.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)