[ 
https://issues.apache.org/jira/browse/ARROW-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16275033#comment-16275033
 ] 

ASF GitHub Bot commented on ARROW-971:
--------------------------------------

wesm commented on issue #1378: ARROW-971: [C++/Python] Implement 
Array.IsValid/IsNull
URL: https://github.com/apache/arrow/pull/1378#issuecomment-348622201
 
 
   I need to think a bit about this one. The Python API side is OK, but on the 
C++ side we might want to make this kernel-like

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [C++/Python] Implement Array.isvalid/notnull/isnull
> ---------------------------------------------------
>
>                 Key: ARROW-971
>                 URL: https://issues.apache.org/jira/browse/ARROW-971
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>            Reporter: Wes McKinney
>            Assignee: Licht Takeuchi
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> For arrays with nulls, this amounts to returning the validity bitmap. Without 
> nulls, an array of all 1 bits must be constructed. For isnull, the bits must 
> be flipped (in this case, the un-set part of the new bitmap must stay 0, 
> though).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to