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

Method HasErrorStatus

be/src/runtime/query-state.h:558–560  ·  view source on GitHub ↗

Returns true if the overall backend status is already set with an error.

Source from the content-addressed store, hash-verified

556
557 /// Returns true if the overall backend status is already set with an error.
558 bool HasErrorStatus() const {
559 return !overall_status_.ok() && !overall_status_.IsCancelled();
560 }
561
562 /// Updates the BackendExecState based on 'overall_status_'. Should only be called when
563 /// the current state is a non-terminal state. The transition can either be to the next

Callers

nothing calls this directly

Calls 2

okMethod · 0.45
IsCancelledMethod · 0.45

Tested by

no test coverage detected