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

Method AllIndices

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

Source from the content-addressed store, hash-verified

1591 }
1592
1593 std::vector<int> AllIndices() const {
1594 std::vector<int> all_indices(num_record_batches());
1595 std::iota(all_indices.begin(), all_indices.end(), 0);
1596 return all_indices;
1597 }
1598
1599 Status PreBufferMetadata(const std::vector<int>& indices) override {
1600 if (indices.size() == 0) {

Callers

nothing calls this directly

Calls 3

num_record_batchesFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected