Commits


mwish authored and GitHub committed 8ed4513cecc
GH-14951: [C++][Parquet] Add benchmarks for DELTA_BINARY_PACKED encoding (#15140) This patch support benchmark for DELTA_BINARY_PACKED. Different from PLAIN, it should considering the cases that data can or cannot be well compressed * Closes: #14951 Lead-authored-by: mwish <anmmscs_maple@qq.com> Co-authored-by: mwish <maplewish117@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>