MCPcopy 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

724bool ImpalaServer::IsCoordinator() { return is_coordinator_; }
725
726bool ImpalaServer::IsExecutor() { return is_executor_; }
727
728bool ImpalaServer::IsHealthy() { return AreServicesReady(); }
729

Callers 2

mainFunction · 0.80
RootHandlerFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64