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

Function Table__SelectColumns

r/src/table.cpp:147–150  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

145
146// [[arrow::export]]
147std::shared_ptr<arrow::Table> Table__SelectColumns(
148 const std::shared_ptr<arrow::Table>& table, const std::vector<int>& indices) {
149 return ValueOrStop(table->SelectColumns(indices));
150}
151
152namespace arrow {
153namespace r {

Callers 1

Calls 2

ValueOrStopFunction · 0.85
SelectColumnsMethod · 0.45

Tested by

no test coverage detected