-
Notifications
You must be signed in to change notification settings - Fork 791
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Simplify record reader * Generify ColumnReaderImpl and RecordReader (#1040) * Tweak count_records predicate * Pre-allocate bitmask * fix: TypedBuffer::split update len * Simplify GenericRecordReader * Move column decoders into module * Remove `RecordBuffer::create` method * Remove `TypedBuffer<i16>::count_records` * Pass null count to `ColumnValueDecoder::read` * Pull null padding out of column reader * Review feedback * Format * License headers * Further doc tweaks * Further docs * Restrict ScalarBuffer types
- Loading branch information
Showing
8 changed files
with
890 additions
and
458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.