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

Function _arrow_io___RandomAccessFile__ReadMetadata

r/src/arrowExports.cpp:3717–3722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3715// io.cpp
3716cpp11::strings io___RandomAccessFile__ReadMetadata(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
3717extern "C" SEXP _arrow_io___RandomAccessFile__ReadMetadata(SEXP x_sexp){
3718BEGIN_CPP11
3719 arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp);
3720 return cpp11::as_sexp(io___RandomAccessFile__ReadMetadata(x));
3721END_CPP11
3722}
3723// io.cpp
3724std::shared_ptr<arrow::io::MemoryMappedFile> io___MemoryMappedFile__Create(const std::string& path, int64_t size);
3725extern "C" SEXP _arrow_io___MemoryMappedFile__Create(SEXP path_sexp, SEXP size_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected