-
Notifications
You must be signed in to change notification settings - Fork 1
Add the ability to decode the chunk layout #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
2abfe0f
Don't project unneeded columns
pjones e995d31
Additional types and functions needed for chunked layout decoding
pjones 456b8be
decoding: Add some safety guards around list decoding
pjones 2ccd05a
docs: Add documentation for template arguments
pjones dba49e3
decoding: Count each element of list arrays
pjones 834d44f
decoding: The list decoder should pass a null decoder to the scalar c…
pjones 91418b5
decoding: Add the ability to transform and flatten arrays
pjones 7ec3408
decoding: New class to track the chunk encoding method
pjones eec9c47
algorithm: Add function for decoding "delta encoding will nulls"
pjones a970cbc
dimension: Find array index entries by their buffer format
pjones 730cdf0
chunk encoding: The chunk_start column is needed for decoding
pjones 83a740c
signals: Rename (field -> column) and overload function
pjones ec6e25c
algo: Resolve "undetermined type" issues related to arrow:Builder
pjones 08adb70
decoding: Allow transformers to directly decode an array
pjones e62107f
schema: Prefer chunk_transform to chunk_values
pjones 8481ea8
decoding: Accommodate encoding schemes that use a starting value
pjones bb83d79
Squashed 'subprojects/msnumpress/' content from commit 94090cf
pjones 34aaf51
Merge commit 'bb83d796bbd095fd74b8b8feece7e838920336ce' as 'subprojec…
pjones abcdef1
dependency: Add MS-Numpress
pjones 400a813
numpress: Implement a wrapper around MSNumpress
pjones 4a1784e
chunk: Implement primary axis chunk decoding
pjones b40ebb8
numpress: Simple way to track numpress compression type
pjones 6f5906b
decoding: Better length guessing, more list type handling
pjones e011dde
delta: Account for initial null values
pjones 3cdb348
numpress: Implement wrappers for the remaining algorithms
pjones 6ce1b3c
transform: Add additional transform types for numpress
pjones 0f76cd2
chunk: Decode secondary dimensions
pjones 301241b
test: Test decoding of all test files
pjones d9ea73f
mzp-inspect: Add the ability to dump spectra data
pjones 1bf145d
numpress: Gather all numpress-related code into the same translation …
pjones 1caafc1
Ensure the correct headers are included
pjones 6f7230b
array_index: Add default values due to default constructor
pjones File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| /.cache/ | ||
| /subprojects/.wraplock |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.