Returns a shared pointer to the C TileDB query condition object. */
| 170 | |
| 171 | /** Returns a shared pointer to the C TileDB query condition object. */ |
| 172 | std::shared_ptr<tiledb_query_condition_t> ptr() const { |
| 173 | return query_condition_; |
| 174 | } |
| 175 | |
| 176 | /** |
| 177 | * Combines this instance with another instance to form a multi-clause |
no outgoing calls
no test coverage detected