choubacha opened a new pull request, #9979: URL: https://github.com/apache/arrow-rs/pull/9979
# Which issue does this PR close? - Closes #8076. # Rationale for this change When dealing with parquet files directly, having a built in option for checking for nulls is useful when reading the rows out of the file. This function allows gating calls to the other accessors so that they can be mapped to None instead of relying on errors or accessing the field vec itself. # Are these changes tested? Yes, a test was added. # Are there any user-facing changes? This does add to the Row api. The trait function has a documentation block. -- 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]
