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

Method next_required_size

cpp/src/arrow/ipc/message.cc:1032–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030}
1031
1032int64_t MessageDecoder::next_required_size() const { return impl_->next_required_size(); }
1033
1034int64_t MessageDecoder::buffered_size() const { return impl_->buffered_size(); }
1035

Callers 6

ReadFromMethod · 0.45
ReadMessageContinuedFunction · 0.45
ReadMessageFunction · 0.45
ReadMessageInternalFunction · 0.45
ReadMessageAsyncFunction · 0.45
DecodeMessageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected