Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There is a bunch of utility code in parquet-cpp that would have a better home in arrow/util, and make it easier to implement features down the road such as those in ARROW-300. We also need some of these code for computing dictionary encoding in Arrow.
From files in parquet/util:
- bit-stream-utils.inline.h
- bit-stream-utils.h
- bit-util.h
- bpacking.h
- bit-util-test.cc
- compiler-util.h
- cpu-info.h/cc
- hash-util.h
- rle-encoding.h
- rle-test.cc
- sse-util.h