Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ IsExecutor
Method
IsExecutor
be/src/service/impala-server.cc:726–726 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
724
bool ImpalaServer::IsCoordinator() { return is_coordinator_; }
725
726
bool ImpalaServer::IsExecutor() { return is_executor_; }
727
728
bool ImpalaServer::IsHealthy() { return AreServicesReady(); }
729
Callers
2
main
Function · 0.80
RootHandler
Function · 0.80
Calls
no outgoing calls
Tested by
1
main
Function · 0.64