Describe the enhancement requested
There is a TODO in cpp/src/parquet/column_reader.cc to fuse definition level decoding with counting for better performance. Currently, definition levels are decoded and then counted in separate passes.
Component(s)
C++
Describe the enhancement requested
There is a TODO in cpp/src/parquet/column_reader.cc to fuse definition level decoding with counting for better performance. Currently, definition levels are decoded and then counted in separate passes.
Component(s)
C++