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:1029–1029 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1027
}
1028
1029
int64_t MessageDecoder::next_required_size() const { return impl_->next_required_size(); }
1030
1031
MessageDecoder::State MessageDecoder::state() const { return impl_->state(); }
1032
Callers
5
ReadFrom
Method · 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