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

Function RecordBatch__SelectColumns

r/src/recordbatch.cpp:95–98  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

93
94// [[arrow::export]]
95std::shared_ptr<arrow::RecordBatch> RecordBatch__SelectColumns(
96 const std::shared_ptr<arrow::RecordBatch>& batch, const std::vector<int>& indices) {
97 return ValueOrStop(batch->SelectColumns(indices));
98}
99
100// [[arrow::export]]
101bool RecordBatch__Equals(const std::shared_ptr<arrow::RecordBatch>& self,

Callers 1

Calls 2

ValueOrStopFunction · 0.85
SelectColumnsMethod · 0.45

Tested by

no test coverage detected