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

Function _arrow_RecordBatch__ReplaceSchemaMetadata

r/src/arrowExports.cpp:4752–4758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4750// recordbatch.cpp
4751std::shared_ptr<arrow::RecordBatch> RecordBatch__ReplaceSchemaMetadata(const std::shared_ptr<arrow::RecordBatch>& x, cpp11::strings metadata);
4752extern "C" SEXP _arrow_RecordBatch__ReplaceSchemaMetadata(SEXP x_sexp, SEXP metadata_sexp){
4753BEGIN_CPP11
4754 arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp);
4755 arrow::r::Input<cpp11::strings>::type metadata(metadata_sexp);
4756 return cpp11::as_sexp(RecordBatch__ReplaceSchemaMetadata(x, metadata));
4757END_CPP11
4758}
4759// recordbatch.cpp
4760cpp11::list RecordBatch__columns(const std::shared_ptr<arrow::RecordBatch>& batch);
4761extern "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