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

Method UpdatePosition

cpp/src/arrow/ipc/writer.cc:1384–1384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1382 position_(-1) {}
1383
1384 Status UpdatePosition() { return sink_->Tell().Value(&position_); }
1385
1386 Status UpdatePositionCheckAligned() {
1387 RETURN_NOT_OK(UpdatePosition());

Callers

nothing calls this directly

Calls 2

ValueMethod · 0.45
TellMethod · 0.45

Tested by

no test coverage detected