[[arrow::export]]
| 73 | |
| 74 | // [[arrow::export]] |
| 75 | std::vector<std::string> Table__ColumnNames(const std::shared_ptr<arrow::Table>& table) { |
| 76 | return table->ColumnNames(); |
| 77 | } |
| 78 | |
| 79 | // [[arrow::export]] |
| 80 | std::shared_ptr<arrow::Table> Table__RenameColumns( |
no test coverage detected