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

Method stats

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

Source from the content-addressed store, hash-verified

1545 std::shared_ptr<const KeyValueMetadata> metadata() const override { return metadata_; }
1546
1547 ReadStats stats() const override {
1548 auto stats = stats_.poll();
1549 stats.original_endianness = original_endianness_;
1550 return stats;
1551 }
1552
1553 Result<AsyncGenerator<std::shared_ptr<RecordBatch>>> GetRecordBatchGenerator(
1554 const bool coalesce, const io::IOContext& io_context,

Callers

nothing calls this directly

Calls 1

pollMethod · 0.80

Tested by

no test coverage detected