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

Method ptr

tiledb/sm/cpp_api/ndrectangle.h:269–271  ·  view source on GitHub ↗

* Returns the C TileDB ndrect object. * * @return The C pointer to the NDRectangle object */

Source from the content-addressed store, hash-verified

267 * @return The C pointer to the NDRectangle object
268 */
269 std::shared_ptr<tiledb_ndrectangle_t> ptr() const {
270 return ndrect_;
271 }
272 /**
273 * Get the data type of the range at idx
274 *

Callers 8

NDRectangleMethod · 0.45
NDRectangleClass · 0.45
rangeMethod · 0.45
range_dtypeMethod · 0.45
dim_numMethod · 0.45
string>Method · 0.45
rangeMethod · 0.45
ndrectangle.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected