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

Function _arrow_RecordBatch__schema

r/src/arrowExports.cpp:4778–4783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4776// recordbatch.cpp
4777std::shared_ptr<arrow::Schema> RecordBatch__schema(const std::shared_ptr<arrow::RecordBatch>& x);
4778extern "C" SEXP _arrow_RecordBatch__schema(SEXP x_sexp){
4779BEGIN_CPP11
4780 arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp);
4781 return cpp11::as_sexp(RecordBatch__schema(x));
4782END_CPP11
4783}
4784// recordbatch.cpp
4785std::shared_ptr<arrow::RecordBatch> RecordBatch__RenameColumns(const std::shared_ptr<arrow::RecordBatch>& batch, const std::vector<std::string>& names);
4786extern "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