MCPcopy 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
1029int64_t MessageDecoder::next_required_size() const { return impl_->next_required_size(); }
1030
1031MessageDecoder::State MessageDecoder::state() const { return impl_->state(); }
1032

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected