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

Method stats

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

Source from the content-addressed store, hash-verified

2243int64_t StreamDecoder::next_required_size() const { return impl_->next_required_size(); }
2244
2245ReadStats StreamDecoder::stats() const { return impl_->stats(); }
2246
2247Result<std::shared_ptr<Schema>> ReadSchema(io::InputStream* stream,
2248 DictionaryMemo* dictionary_memo) {

Callers 7

FinishMethod · 0.45
ReadBatchesMethod · 0.45
FinishMethod · 0.45
ifMethod · 0.45
ReadBatchesMethod · 0.45
TEST_FFunction · 0.45
read_write_test.ccFile · 0.45

Calls

no outgoing calls

Tested by 6

FinishMethod · 0.36
ReadBatchesMethod · 0.36
FinishMethod · 0.36
ifMethod · 0.36
ReadBatchesMethod · 0.36
TEST_FFunction · 0.36