MCPcopy Create free account
hub / github.com/apache/arrow-rs / read_ipc_with_decoder

Function read_ipc_with_decoder

arrow-ipc/src/reader.rs:2427–2429  ·  view source on GitHub ↗

Return the first record batch read from the IPC File buffer using the FileDecoder API

(buf: Vec<u8>)

Source from the content-addressed store, hash-verified

2425 /// Return the first record batch read from the IPC File buffer
2426 /// using the FileDecoder API
2427 fn read_ipc_with_decoder(buf: Vec<u8>) -> Result<RecordBatch, ArrowError> {
2428 read_ipc_with_decoder_inner(buf, false)
2429 }
2430
2431 /// Return the first record batch read from the IPC File buffer
2432 /// using the FileDecoder API, disabling validation

Callers 1

Calls 1

Tested by

no test coverage detected