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

Function _arrow_RecordBatch__schema

r/src/arrowExports.cpp:4735–4740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4733// recordbatch.cpp
4734std::shared_ptr<arrow::Schema> RecordBatch__schema(const std::shared_ptr<arrow::RecordBatch>& x);
4735extern "C" SEXP _arrow_RecordBatch__schema(SEXP x_sexp){
4736BEGIN_CPP11
4737 arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp);
4738 return cpp11::as_sexp(RecordBatch__schema(x));
4739END_CPP11
4740}
4741// recordbatch.cpp
4742std::shared_ptr<arrow::RecordBatch> RecordBatch__RenameColumns(const std::shared_ptr<arrow::RecordBatch>& batch, const std::vector<std::string>& names);
4743extern "C" SEXP _arrow_RecordBatch__RenameColumns(SEXP batch_sexp, SEXP names_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
RecordBatch__schemaFunction · 0.85

Tested by

no test coverage detected