Skip to content

Improve Arrow-IPC performance by avoiding Unsafe Unchecked IPC Read RecordBatch #3287

Open
@tustvold

Description

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

When transferring flatbuffers between trusted sources I would like a mechanism to elide costly verification of ArrayData contents.

Describe the solution you'd like

I would like a variant of read_record_batch_unchecked that performs the function of read_record_batch but without performing validation of the ArrayData.

Describe alternatives you've considered

Additional context

Metadata

Assignees

No one assigned

    Labels

    arrowChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changeloghelp wantedperformance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions