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

Method file_group

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

Source from the content-addressed store, hash-verified

188 }
189 InitialReservations* initial_reservations() const { return initial_reservations_; }
190 TmpFileGroup* file_group() const {
191 DCHECK_GT(backend_resource_refcnt_.Load(), 0);
192 return file_group_;
193 }
194 RuntimeFilterBank* filter_bank() const { return filter_bank_.get(); }
195
196 /// The following getters are only valid after StartFInstances().

Callers 5

InitMethod · 0.80
TestQueryTeardownMethod · 0.80
TEST_FFunction · 0.80

Calls 1

LoadMethod · 0.45

Tested by 3

InitMethod · 0.64
TestQueryTeardownMethod · 0.64
TEST_FFunction · 0.64