[jira] [Updated] (ARROW-1558) [C++] Implement boolean selection kernels

2019-05-21 Thread ASF GitHub Bot (JIRA)


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

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

> [C++] Implement boolean selection kernels
> -
>
> Key: ARROW-1558
> URL: https://issues.apache.org/jira/browse/ARROW-1558
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: C++
>Reporter: Wes McKinney
>Assignee: Benjamin Kietzman
>Priority: Major
>  Labels: Analytics, pull-request-available
> Fix For: 0.14.0
>
>
> Select values where a boolean selection array is true. As a default, if any 
> values in the selection are null, then values in the output array should be 
> null. 
> The null behaviour does not need to be toggable, if the user wants to select 
> nothing in the case of null, then it is necessary to call 
> selection_array.fillna(false) first.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-1558) [C++] Implement boolean selection kernels

2019-03-03 Thread Wes McKinney (JIRA)


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

Wes McKinney updated ARROW-1558:

Fix Version/s: (was: 0.13.0)
   0.14.0

> [C++] Implement boolean selection kernels
> -
>
> Key: ARROW-1558
> URL: https://issues.apache.org/jira/browse/ARROW-1558
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: C++
>Reporter: Wes McKinney
>Assignee: Uwe L. Korn
>Priority: Major
>  Labels: Analytics
> Fix For: 0.14.0
>
>
> Select values where a boolean selection array is true. As a default, if any 
> values in the selection are null, then values in the output array should be 
> null. 
> The null behaviour does not need to be toggable, if the user wants to select 
> nothing in the case of null, then it is necessary to call 
> selection_array.fillna(false) first.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-1558) [C++] Implement boolean selection kernels

2018-11-14 Thread Wes McKinney (JIRA)


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

Wes McKinney updated ARROW-1558:

Fix Version/s: (was: 0.12.0)
   0.13.0

> [C++] Implement boolean selection kernels
> -
>
> Key: ARROW-1558
> URL: https://issues.apache.org/jira/browse/ARROW-1558
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: C++
>Reporter: Wes McKinney
>Assignee: Uwe L. Korn
>Priority: Major
>  Labels: Analytics
> Fix For: 0.13.0
>
>
> Select values where a boolean selection array is true. As a default, if any 
> values in the selection are null, then values in the output array should be 
> null. 
> The null behaviour does not need to be toggable, if the user wants to select 
> nothing in the case of null, then it is necessary to call 
> selection_array.fillna(false) first.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-1558) [C++] Implement boolean selection kernels

2018-09-19 Thread Wes McKinney (JIRA)


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

Wes McKinney updated ARROW-1558:

Fix Version/s: (was: 0.11.0)
   0.12.0

> [C++] Implement boolean selection kernels
> -
>
> Key: ARROW-1558
> URL: https://issues.apache.org/jira/browse/ARROW-1558
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: C++
>Reporter: Wes McKinney
>Assignee: Uwe L. Korn
>Priority: Major
>  Labels: Analytics
> Fix For: 0.12.0
>
>
> Select values where a boolean selection array is true. As a default, if any 
> values in the selection are null, then values in the output array should be 
> null. 
> The null behaviour does not need to be toggable, if the user wants to select 
> nothing in the case of null, then it is necessary to call 
> selection_array.fillna(false) first.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-1558) [C++] Implement boolean selection kernels

2018-08-22 Thread Uwe L. Korn (JIRA)


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

Uwe L. Korn updated ARROW-1558:
---
Description: 
Select values where a boolean selection array is true. As a default, if any 
values in the selection are null, then values in the output array should be 
null. 

The null behaviour does not need to be toggable, if the user wants to select 
nothing in the case of null, then it is necessary to call 
selection_array.fillna(false) first.

  was:Select values where a boolean selection array is true. As a default, if 
any values in the selection are null, then values in the output array should be 
null. The null behaviour should be toggable as this may vary on the use case.


> [C++] Implement boolean selection kernels
> -
>
> Key: ARROW-1558
> URL: https://issues.apache.org/jira/browse/ARROW-1558
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: C++
>Reporter: Wes McKinney
>Priority: Major
>  Labels: Analytics
> Fix For: 0.11.0
>
>
> Select values where a boolean selection array is true. As a default, if any 
> values in the selection are null, then values in the output array should be 
> null. 
> The null behaviour does not need to be toggable, if the user wants to select 
> nothing in the case of null, then it is necessary to call 
> selection_array.fillna(false) first.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-1558) [C++] Implement boolean selection kernels

2018-08-22 Thread Uwe L. Korn (JIRA)


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

Uwe L. Korn updated ARROW-1558:
---
Fix Version/s: 0.11.0

> [C++] Implement boolean selection kernels
> -
>
> Key: ARROW-1558
> URL: https://issues.apache.org/jira/browse/ARROW-1558
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: C++
>Reporter: Wes McKinney
>Assignee: Uwe L. Korn
>Priority: Major
>  Labels: Analytics
> Fix For: 0.11.0
>
>
> Select values where a boolean selection array is true. As a default, if any 
> values in the selection are null, then values in the output array should be 
> null. 
> The null behaviour does not need to be toggable, if the user wants to select 
> nothing in the case of null, then it is necessary to call 
> selection_array.fillna(false) first.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-1558) [C++] Implement boolean selection kernels

2018-08-19 Thread Uwe L. Korn (JIRA)


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

Uwe L. Korn updated ARROW-1558:
---
Description: Select values where a boolean selection array is true. As a 
default, if any values in the selection are null, then values in the output 
array should be null. The null behaviour should be toggable as this may vary on 
the use case.  (was: Select values where a boolean selection array is true. If 
any values in are null, then values in the output array should be null)

> [C++] Implement boolean selection kernels
> -
>
> Key: ARROW-1558
> URL: https://issues.apache.org/jira/browse/ARROW-1558
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: C++
>Reporter: Wes McKinney
>Priority: Major
>  Labels: Analytics
>
> Select values where a boolean selection array is true. As a default, if any 
> values in the selection are null, then values in the output array should be 
> null. The null behaviour should be toggable as this may vary on the use case.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)