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

Method exec_state

be/src/service/client-request-state.h:318–318  ·  view source on GitHub ↗

ExecState is stored using an AtomicEnum, so reads do not require holding lock_.

Source from the content-addressed store, hash-verified

316
317 /// ExecState is stored using an AtomicEnum, so reads do not require holding lock_.
318 ExecState exec_state() const { return exec_state_.Load(); }
319
320 /// WaitForCompletionExecState waits until the state reaches FINISHED or ERROR
321 /// or it reaches the timeout. The timeout is specified using the long_polling_time_ms

Callers 12

QueryStateExpandedMethod · 0.80
GetLogMethod · 0.80
QuerySummaryHandlerMethod · 0.80
AdmissionStateHandlerMethod · 0.80
GetExecSummaryMethod · 0.80
StoreExecutionStatsMethod · 0.80
get_logMethod · 0.80
DoEndChildSpanCloseMethod · 0.80
EndChildSpanMethod · 0.80
TryQueryRetryMethod · 0.80
RetryQueryFromThreadMethod · 0.80

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected