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

Method next_required_size

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

Source from the content-addressed store, hash-verified

2252std::shared_ptr<Schema> StreamDecoder::schema() const { return impl_->schema(); }
2253
2254int64_t StreamDecoder::next_required_size() const { return impl_->next_required_size(); }
2255
2256ReadStats StreamDecoder::stats() const { return impl_->stats(); }
2257

Callers 7

test_consume_bufferMethod · 0.45
next_required_sizeMethod · 0.45
ConsumeMethod · 0.45
CheckDecodingMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_consume_bufferMethod · 0.36
CheckDecodingMethod · 0.36
TESTFunction · 0.36