Skip to content

[C++][Parquet] Add Skip on Parquet decoders #50453

Description

@AntoinePrv

Describe the enhancement requested

Add Skip on TypedDecoder in Parquet encoding.

class TypedDecoder : virtual public Decoder {

The absence of this function means that downstream users have to allocate and and decode into a scratch buffer to be able to throw away values.
While not all decoder can have an efficient Skip implementation, some can, and the remaining can adapt the value of a stack buffer to a size appropriate for their own Decode function.

Component(s)

C++, Parquet

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions