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

Method insert

be/src/scheduling/admission-controller.cc:983–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981}
982
983void AdmissionController::AggregatedUserLoads::insert(
984 const std::string& key, int64_t value) {
985 DCHECK(value > 0);
986 loads_[key] = value;
987}
988
989void AdmissionController::AggregatedUserLoads::add_loads(const UserLoads& loads) {
990 for (const auto& load : loads) {

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.36
AddSingleBlockTableMethod · 0.36
NumDistinctBackendsMethod · 0.36
TESTFunction · 0.36