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

Function _arrow_RecordBatch__ReplaceSchemaMetadata

r/src/arrowExports.cpp:4795–4801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4793// recordbatch.cpp
4794std::shared_ptr<arrow::RecordBatch> RecordBatch__ReplaceSchemaMetadata(const std::shared_ptr<arrow::RecordBatch>& x, cpp11::strings metadata);
4795extern "C" SEXP _arrow_RecordBatch__ReplaceSchemaMetadata(SEXP x_sexp, SEXP metadata_sexp){
4796BEGIN_CPP11
4797 arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp);
4798 arrow::r::Input<cpp11::strings>::type metadata(metadata_sexp);
4799 return cpp11::as_sexp(RecordBatch__ReplaceSchemaMetadata(x, metadata));
4800END_CPP11
4801}
4802// recordbatch.cpp
4803cpp11::list RecordBatch__columns(const std::shared_ptr<arrow::RecordBatch>& batch);
4804extern "C" SEXP _arrow_RecordBatch__columns(SEXP batch_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected