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

Method resource_pool

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

Source from the content-addressed store, hash-verified

136 return instance_buffer_reservation_;
137 }
138 ThreadResourcePool* resource_pool() { return resource_pool_.get(); }
139
140 void set_fragment_root_id(PlanNodeId id) {
141 DCHECK_EQ(root_node_id_, -1) << "Should not set this twice.";

Callers 11

OpenMethod · 0.80
CloseMethod · 0.80
AddDiskIoRangesMethod · 0.80
ScannerThreadMethod · 0.80
OpenMethod · 0.80
CloseMethod · 0.80
RunScannerThreadMethod · 0.80
PrepareMethod · 0.80
ReleaseThreadTokenMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected