Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ UpdatePosition
Method
UpdatePosition
cpp/src/arrow/ipc/writer.cc:1377–1377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1375
position_(-1) {}
1376
1377
Status UpdatePosition() { return sink_->Tell().Value(&position_); }
1378
1379
Status UpdatePositionCheckAligned() {
1380
RETURN_NOT_OK(UpdatePosition());
Callers
nothing calls this directly
Calls
2
Value
Method · 0.45
Tell
Method · 0.45
Tested by
no test coverage detected