MCPcopy Create free account
hub / github.com/apache/arrow / GetRecordBatchBlock

Method GetRecordBatchBlock

cpp/src/arrow/ipc/reader.cc:1631–1633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1629 };
1630
1631 Result<FileBlock> GetRecordBatchBlock(int i) const {
1632 return FileBlockFromFlatbuffer(footer_->recordBatches()->Get(i), footer_offset_);
1633 }
1634
1635 Result<FileBlock> GetDictionaryBlock(int i) const {
1636 return FileBlockFromFlatbuffer(footer_->dictionaries()->Get(i), footer_offset_);

Callers

nothing calls this directly

Calls 2

FileBlockFromFlatbufferFunction · 0.85
GetMethod · 0.45

Tested by

no test coverage detected