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

Method PreBufferMetadata

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

Source from the content-addressed store, hash-verified

1607 }
1608
1609 Status PreBufferMetadata(const std::vector<int>& indices) override {
1610 if (indices.size() == 0) {
1611 return DoPreBufferMetadata(AllIndices());
1612 } else {
1613 return DoPreBufferMetadata(indices);
1614 }
1615 }
1616
1617 private:
1618 friend class WholeIpcFileRecordBatchGenerator;

Callers 5

ReadBatchesMethod · 0.80
TEST_PFunction · 0.80
read_write_test.ccFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by 2

ReadBatchesMethod · 0.64
TEST_PFunction · 0.64