Returns a shared pointer to the C TileDB domain object. */
| 473 | |
| 474 | /** Returns a shared pointer to the C TileDB domain object. */ |
| 475 | std::shared_ptr<tiledb_array_schema_t> ptr() const { |
| 476 | return schema_; |
| 477 | } |
| 478 | |
| 479 | /** |
| 480 | * Validates the schema. |
no outgoing calls
no test coverage detected