Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1032
int64_t MessageDecoder::next_required_size() const { return impl_->next_required_size(); }
1033
1034
int64_t MessageDecoder::buffered_size() const { return impl_->buffered_size(); }
1035
Callers
6
ReadFrom
Method · 0.45
ReadMessageContinued
Function · 0.45
ReadMessage
Function · 0.45
ReadMessageInternal
Function · 0.45
ReadMessageAsync
Function · 0.45
DecodeMessage
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected