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

Method ptr

tiledb/sm/cpp_api/array.h:337–339  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

335
336 /** Returns a shared pointer to the C TileDB array object. */
337 std::shared_ptr<tiledb_array_t> ptr() const {
338 return array_;
339 }
340
341 /**
342 * Deletes all data written to the array with the input uri.

Callers 15

ArrayMethod · 0.45
is_openMethod · 0.45
uriMethod · 0.45
schemaMethod · 0.45
delete_arrayMethod · 0.45
delete_fragmentsMethod · 0.45
delete_fragments_listMethod · 0.45
openMethod · 0.45
reopenMethod · 0.45
open_timestamp_startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected