zeroshade opened a new pull request, #280:
URL: https://github.com/apache/arrow-go/pull/280

   ### Rationale for this change
   Building towards proper support for Skipping rows to address #278 we need to 
be able to efficiently discard values from decoders rather than actively having 
to allocate a buffer and read into it. This makes the skipping/seeking within a 
page more efficient.
   
   ### What changes are included in this PR?
   Adding a new `Discard` method to the `Decoder` interface along with 
implementations for all the various decoders
   
   ### Are these changes tested?
   Yes, tests are added for the various decoders.
   
   ### Are there any user-facing changes?
   No, this is in an internal package.
   


-- 
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