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

Function _arrow_io___RandomAccessFile__ReadMetadata

r/src/arrowExports.cpp:3760–3765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3758// io.cpp
3759cpp11::strings io___RandomAccessFile__ReadMetadata(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
3760extern "C" SEXP _arrow_io___RandomAccessFile__ReadMetadata(SEXP x_sexp){
3761BEGIN_CPP11
3762 arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp);
3763 return cpp11::as_sexp(io___RandomAccessFile__ReadMetadata(x));
3764END_CPP11
3765}
3766// io.cpp
3767std::shared_ptr<arrow::io::MemoryMappedFile> io___MemoryMappedFile__Create(const std::string& path, int64_t size);
3768extern "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