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

Method GetQueryStatus

be/src/runtime/runtime-state.h:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 const std::string& GetEffectiveUser() const;
157
158 inline Status GetQueryStatus() {
159 if (UNLIKELY(!is_query_status_ok_.Load())) {
160 std::lock_guard<SpinLock> l(query_status_lock_);
161 return query_status_;
162 }
163 return Status::OK();
164 }
165
166 /// Return maximum number of non-fatal error to report to client through coordinator.
167 /// max_errors does not indicate how many errors in total have been recorded, but rather

Callers 15

LevenshteinMethod · 0.45
JaroSimilarityMethod · 0.45
DamerauLevenshteinMethod · 0.45
OpenEvaluatorMethod · 0.45
AllocBufferFunction · 0.45
CopyStringValFunction · 0.45
RegrSlopeInitMethod · 0.45
CorrInitMethod · 0.45
CovarInitMethod · 0.45
StringConcatUpdateMethod · 0.45
StringConcatMergeMethod · 0.45
ReservoirSampleStateMethod · 0.45

Calls 2

OKFunction · 0.85
LoadMethod · 0.45

Tested by

no test coverage detected