Returns a shared pointer to the C TileDB query object. */
| 210 | |
| 211 | /** Returns a shared pointer to the C TileDB query object. */ |
| 212 | std::shared_ptr<tiledb_query_t> ptr() const { |
| 213 | return query_; |
| 214 | } |
| 215 | |
| 216 | /** Returns the query type (read or write). */ |
| 217 | tiledb_query_type_t query_type() const { |
no outgoing calls
no test coverage detected