MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / ptr

Method ptr

tiledb/sm/cpp_api/query_condition.h:172–174  ·  view source on GitHub ↗

Returns a shared pointer to the C TileDB query condition object. */

Source from the content-addressed store, hash-verified

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

Callers 4

QueryConditionMethod · 0.45
initMethod · 0.45
combineMethod · 0.45
negateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected