frederikja163 / frederikja163/Master
Segmented Encoding
Open
- Dominant language
- C#
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
A Segmented Column where different parts of the same column is encoded differently. Example:
1,2,3,4,4,4,4,4,4,4,4,4
could be segmented into
1,2,3 (and then Delta Encoding {1,1,1} => RLE {3, 1})
4,4,4,4,4,4,4,4,4 (and then RLE Encoding {9, 4})
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.