[jira] [Updated] (ARROW-12745) [C++][Compute] Add floor, ceiling, and truncate kernels

2021-07-15 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated ARROW-12745:
---
Labels: pull-request-available  (was: )

> [C++][Compute] Add floor, ceiling, and truncate kernels
> ---
>
> Key: ARROW-12745
> URL: https://issues.apache.org/jira/browse/ARROW-12745
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: C++
>Reporter: Ian Cook
>Assignee: Eduardo Ponce
>Priority: Major
>  Labels: pull-request-available
> Fix For: 5.0.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Kernels to round each value in an array of floating point numbers to:
>  * the nearest integer less than or equal to it ({{floor}})
>  * the nearest integer greater than or equal to it ({{ceiling}})
>  * the integral part without fraction digits
> Should return an array of the same type as the input (not an integer type)



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


[jira] [Updated] (ARROW-12745) [C++][Compute] Add floor, ceiling, and truncate kernels

2021-07-15 Thread Eduardo Ponce (Jira)


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

Eduardo Ponce updated ARROW-12745:
--
Fix Version/s: 5.0.0

> [C++][Compute] Add floor, ceiling, and truncate kernels
> ---
>
> Key: ARROW-12745
> URL: https://issues.apache.org/jira/browse/ARROW-12745
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: C++
>Reporter: Ian Cook
>Assignee: Eduardo Ponce
>Priority: Major
> Fix For: 5.0.0
>
>
> Kernels to round each value in an array of floating point numbers to:
>  * the nearest integer less than or equal to it ({{floor}})
>  * the nearest integer greater than or equal to it ({{ceiling}})
>  * the integral part without fraction digits
> Should return an array of the same type as the input (not an integer type)



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


[jira] [Updated] (ARROW-12745) [C++][Compute] Add floor, ceiling, and truncate kernels

2021-05-25 Thread Eduardo Ponce (Jira)


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

Eduardo Ponce updated ARROW-12745:
--
Description: 
Kernels to round each value in an array of floating point numbers to:
 * the nearest integer less than or equal to it ({{floor}})
 * the nearest integer greater than or equal to it ({{ceiling}})
 * the integral part without fraction digits

Should return an array of the same type as the input (not an integer type)

  was:
Kernels to round each value in an array of floating point numbers to:
 * the nearest integer less than or equal to it ({{floor}})
 * the nearest integer greater than or equal to it ({{ceiling}})

Should return an array of the same type as the input (not an integer type)

Summary: [C++][Compute] Add floor, ceiling, and truncate kernels  (was: 
[C++][Compute] Add floor and ceiling kernels)

> [C++][Compute] Add floor, ceiling, and truncate kernels
> ---
>
> Key: ARROW-12745
> URL: https://issues.apache.org/jira/browse/ARROW-12745
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: C++
>Reporter: Ian Cook
>Assignee: Eduardo Ponce
>Priority: Major
>
> Kernels to round each value in an array of floating point numbers to:
>  * the nearest integer less than or equal to it ({{floor}})
>  * the nearest integer greater than or equal to it ({{ceiling}})
>  * the integral part without fraction digits
> Should return an array of the same type as the input (not an integer type)



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