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

Function _arrow_io___OutputStream__Close

r/src/arrowExports.cpp:3699–3705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3697// io.cpp
3698void io___OutputStream__Close(const std::shared_ptr<arrow::io::OutputStream>& x);
3699extern "C" SEXP _arrow_io___OutputStream__Close(SEXP x_sexp){
3700BEGIN_CPP11
3701 arrow::r::Input<const std::shared_ptr<arrow::io::OutputStream>&>::type x(x_sexp);
3702 io___OutputStream__Close(x);
3703 return R_NilValue;
3704END_CPP11
3705}
3706// io.cpp
3707r_vec_size io___RandomAccessFile__GetSize(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
3708extern "C" SEXP _arrow_io___RandomAccessFile__GetSize(SEXP x_sexp){

Callers

nothing calls this directly

Calls 1

io___OutputStream__CloseFunction · 0.85

Tested by

no test coverage detected