[[arrow::export]]
| 103 | |
| 104 | // [[arrow::export]] |
| 105 | bool Schema__HasMetadata(const std::shared_ptr<arrow::Schema>& schema) { |
| 106 | return schema->HasMetadata(); |
| 107 | } |
| 108 | |
| 109 | // [[arrow::export]] |
| 110 | cpp11::writable::list Schema__metadata(const std::shared_ptr<arrow::Schema>& schema) { |
no test coverage detected