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

Method ptr

tiledb/sm/cpp_api/query.h:212–214  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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 {

Callers 15

QueryMethod · 0.45
query_typeMethod · 0.45
QueryClass · 0.45
query_layoutMethod · 0.45
query_statusMethod · 0.45
has_resultsMethod · 0.45
submitMethod · 0.45
finalizeMethod · 0.45
submit_and_finalizeMethod · 0.45
est_result_sizeMethod · 0.45
est_result_size_varMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected