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

Function io___RandomAccessFile__Tell

r/src/io.cpp:72–75  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

70
71// [[arrow::export]]
72r_vec_size io___RandomAccessFile__Tell(
73 const std::shared_ptr<arrow::io::RandomAccessFile>& x) {
74 return r_vec_size(ValueOrStop(x->Tell()));
75}
76
77// [[arrow::export]]
78std::shared_ptr<arrow::Buffer> io___RandomAccessFile__Read0(

Callers 1

Calls 3

r_vec_sizeClass · 0.85
ValueOrStopFunction · 0.85
TellMethod · 0.45

Tested by

no test coverage detected