mapleFU commented on issue #39227:
URL: https://github.com/apache/arrow/issues/39227#issuecomment-2025255772
```c++
int DecodeArrow(int num_values, int null_count, const uint8_t* valid_bits,
int64_t valid_bits_offset,
typename EncodingTraits<BooleanType>::Accumulator* out)
override
```
Sigh, there is also a `DecodeArrow`. So many confusing interfaces...
--
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]