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

Function RecordBatch__AddColumn

r/src/recordbatch.cpp:108–113  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

106
107// [[arrow::export]]
108std::shared_ptr<arrow::RecordBatch> RecordBatch__AddColumn(
109 const std::shared_ptr<arrow::RecordBatch>& batch, int i,
110 const std::shared_ptr<arrow::Field>& field,
111 const std::shared_ptr<arrow::Array>& column) {
112 return ValueOrStop(batch->AddColumn(i, field, column));
113}
114
115// [[arrow::export]]
116std::shared_ptr<arrow::RecordBatch> RecordBatch__SetColumn(

Callers 1

Calls 2

ValueOrStopFunction · 0.85
AddColumnMethod · 0.45

Tested by

no test coverage detected