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

Function RecordBatch__SetColumn

r/src/recordbatch.cpp:116–121  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

114
115// [[arrow::export]]
116std::shared_ptr<arrow::RecordBatch> RecordBatch__SetColumn(
117 const std::shared_ptr<arrow::RecordBatch>& batch, int i,
118 const std::shared_ptr<arrow::Field>& field,
119 const std::shared_ptr<arrow::Array>& column) {
120 return ValueOrStop(batch->SetColumn(i, field, column));
121}
122
123// [[arrow::export]]
124std::shared_ptr<arrow::RecordBatch> RecordBatch__RemoveColumn(

Callers 1

Calls 2

ValueOrStopFunction · 0.85
SetColumnMethod · 0.45

Tested by

no test coverage detected