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

Method GetMemoryTracker

tiledb/sm/query/query_condition.h:104–106  ·  view source on GitHub ↗

Returns the memory tracker. */

Source from the content-addressed store, hash-verified

102
103 /** Returns the memory tracker. */
104 shared_ptr<MemoryTracker> GetMemoryTracker() const {
105 return memory_tracker_;
106 }
107
108 /** Returns the array schema. */
109 const ArraySchema& GetSchema() const {

Callers 4

apply_treeMethod · 0.80
applyMethod · 0.80
apply_tree_denseMethod · 0.80
apply_tree_sparseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected