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

Function io___OutputStream__Tell

r/src/io.cpp:164–167  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

162
163// [[arrow::export]]
164r_vec_size io___OutputStream__Tell(
165 const std::shared_ptr<arrow::io::OutputStream>& stream) {
166 return r_vec_size(ValueOrStop(stream->Tell()));
167}
168
169// ------ arrow::io::FileOutputStream
170

Callers 1

Calls 3

r_vec_sizeClass · 0.85
ValueOrStopFunction · 0.85
TellMethod · 0.45

Tested by

no test coverage detected