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

Method stats

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

Source from the content-addressed store, hash-verified

1539 std::shared_ptr<const KeyValueMetadata> metadata() const override { return metadata_; }
1540
1541 ReadStats stats() const override { return stats_.poll(); }
1542
1543 Result<AsyncGenerator<std::shared_ptr<RecordBatch>>> GetRecordBatchGenerator(
1544 const bool coalesce, const io::IOContext& io_context,

Callers

nothing calls this directly

Calls 1

pollMethod · 0.80

Tested by

no test coverage detected