Skip to content

[C++][Parquet] Optimize column reader by fusing definition level decoding with counting #48561

Description

@tennisleng

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++

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions