Returns the memory tracker. */
| 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 { |
no outgoing calls
no test coverage detected