[[arrow::export]]
| 97 | |
| 98 | // [[arrow::export]] |
| 99 | std::vector<std::string> Schema__field_names( |
| 100 | const std::shared_ptr<arrow::Schema>& schema) { |
| 101 | return schema->field_names(); |
| 102 | } |
| 103 | |
| 104 | // [[arrow::export]] |
| 105 | bool Schema__HasMetadata(const std::shared_ptr<arrow::Schema>& schema) { |
no test coverage detected