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

Method next_required_size

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

Source from the content-addressed store, hash-verified

2241std::shared_ptr<Schema> StreamDecoder::schema() const { return impl_->schema(); }
2242
2243int64_t StreamDecoder::next_required_size() const { return impl_->next_required_size(); }
2244
2245ReadStats StreamDecoder::stats() const { return impl_->stats(); }
2246

Callers 6

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

Calls

no outgoing calls

Tested by 3

test_consume_bufferMethod · 0.36
TESTFunction · 0.36