toddfarmer / arrow-migration

0 stars 1 forks source link

[C++] Add helper data struct with methods for reading a validity bitmap possibly having a non-zero offset #1455

Closed toddfarmer closed 7 years ago

toddfarmer commented 7 years ago

Note: This issue was originally created as ARROW-1523. Please see the migration documentation for further details.

Original Issue Description:

We're currently doing this using macros, but having a struct data structure with methods would may have the same performance (we should benchmark!) and more readable code

toddfarmer commented 7 years ago

Note: Comment by Wes McKinney (wesm): This was done in ARROW-1601, ARROW-1611