Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ ExecutorGroup
Method
ExecutorGroup
be/src/scheduling/executor-group.cc:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
static const uint32_t NUM_HASH_RING_REPLICAS = 25;
28
29
ExecutorGroup::ExecutorGroup(string name) : ExecutorGroup(move(name), 1) {}
30
31
ExecutorGroup::ExecutorGroup(string name, int64_t min_size)
32
: name_(move(name)),
Callers
nothing calls this directly
Calls
3
move
Function · 0.85
min_size
Method · 0.80
name
Method · 0.45
Tested by
no test coverage detected