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

Method ptr

tiledb/sm/cpp_api/subarray.h:618–620  ·  view source on GitHub ↗

Returns the C TileDB subarray object. */

Source from the content-addressed store, hash-verified

616
617 /** Returns the C TileDB subarray object. */
618 std::shared_ptr<tiledb_subarray_t> ptr() const {
619 return subarray_;
620 }
621
622 /** Returns the array the subarray is associated with. */
623 const Array& array() const {

Callers 4

SubarrayMethod · 0.45
SubarrayClass · 0.45
range_numMethod · 0.45
rangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected