This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 6a08785946 GH-46004: [C++][FlightRPC] Enable ODBC Build In C++
Workflows (#47689)
add ff1f71d0db GH-47895: [C++][Parquet] Add prolog and epilog in unpack
(#47896)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/util/bit_run_reader.cc | 2 +-
cpp/src/arrow/util/bit_run_reader.h | 6 +-
cpp/src/arrow/util/bit_stream_utils_internal.h | 99 +-----
cpp/src/arrow/util/bit_util.h | 13 +-
cpp/src/arrow/util/bitmap_reader.h | 2 +-
cpp/src/arrow/util/bpacking.cc | 16 +-
cpp/src/arrow/util/bpacking_benchmark.cc | 4 +-
cpp/src/arrow/util/bpacking_dispatch_internal.h | 420 ++++++++++++++++--------
cpp/src/arrow/util/bpacking_internal.h | 31 +-
cpp/src/arrow/util/bpacking_scalar.cc | 15 +-
cpp/src/arrow/util/bpacking_scalar_internal.h | 45 ++-
cpp/src/arrow/util/bpacking_simd_avx2.cc | 15 +-
cpp/src/arrow/util/bpacking_simd_avx512.cc | 15 +-
cpp/src/arrow/util/bpacking_simd_default.cc | 15 +-
cpp/src/arrow/util/bpacking_simd_internal.h | 109 +++---
cpp/src/arrow/util/bpacking_test.cc | 201 ++++++------
cpp/src/arrow/util/decimal.cc | 3 +-
cpp/src/arrow/util/rle_encoding_internal.h | 67 ++--
cpp/src/arrow/util/rle_encoding_test.cc | 12 +-
19 files changed, 581 insertions(+), 509 deletions(-)