MCPcopy Create free account
hub / github.com/apache/impala / scanner_mem_limiter

Method scanner_mem_limiter

be/src/runtime/query-state.h:180–180  ·  view source on GitHub ↗

The following getters are only valid after Init().

Source from the content-addressed store, hash-verified

178
179 /// The following getters are only valid after Init().
180 ScannerMemLimiter* scanner_mem_limiter() const { return scanner_mem_limiter_; }
181
182 /// The following getters are only valid after Init() and should be called only from
183 /// the backend execution (ie. not the coordinator side, since they require holding

Callers 6

PrepareMethod · 0.80
CloseMethod · 0.80
ScannerThreadMethod · 0.80
ThreadAvailableCbMethod · 0.80
RunScannerThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected