andishgar opened a new pull request, #50402:
URL: https://github.com/apache/arrow/pull/50402

   ### Rationale for this change
   
   `ArrayBuilder` does not provide a public API to check whether an element is 
null.
   
   ### What changes are included in this PR?
   
   Add `ArrayBuilder::IsNull` and `ArrayBuilder::IsValid`.
   
   ### Are these changes tested?
   
   Yes, I ran the relevant unit tests.
   
   ### Are there any user-facing changes?
   
   Yes. This PR adds the public APIs `ArrayBuilder::IsNull` and 
`ArrayBuilder::IsValid`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to