Improve Arrow-IPC performance by avoiding Unsafe Unchecked IPC Read RecordBatch #3287
Open
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