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

Method opened_array

tiledb/sm/array/array.h:313–315  ·  view source on GitHub ↗

Returns the opened array. */

Source from the content-addressed store, hash-verified

311
312 /** Returns the opened array. */
313 inline const shared_ptr<OpenedArray> opened_array() const {
314 return opened_array_;
315 };
316
317 /** Returns the array directory object. */
318 inline const ArrayDirectory& array_directory() const {

Callers 6

consolidateMethod · 0.45
QueryMethod · 0.45
SubarrayMethod · 0.45
unit-Reader.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected