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

Function io___RandomAccessFile__GetSize

r/src/io.cpp:54–57  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

52
53// [[arrow::export]]
54r_vec_size io___RandomAccessFile__GetSize(
55 const std::shared_ptr<arrow::io::RandomAccessFile>& x) {
56 return r_vec_size(ValueOrStop(x->GetSize()));
57}
58
59// [[arrow::export]]
60bool io___RandomAccessFile__supports_zero_copy(

Callers 1

Calls 3

r_vec_sizeClass · 0.85
ValueOrStopFunction · 0.85
GetSizeMethod · 0.45

Tested by

no test coverage detected