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

Function io___BufferOutputStream__Tell

r/src/io.cpp:199–202  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

197
198// [[arrow::export]]
199r_vec_size io___BufferOutputStream__Tell(
200 const std::shared_ptr<arrow::io::BufferOutputStream>& stream) {
201 return r_vec_size(ValueOrStop(stream->Tell()));
202}
203
204// [[arrow::export]]
205void io___BufferOutputStream__Write(

Callers 1

Calls 3

r_vec_sizeClass · 0.85
ValueOrStopFunction · 0.85
TellMethod · 0.45

Tested by

no test coverage detected