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

Function UUIDEmpty

be/src/util/uid-util.h:134–136  ·  view source on GitHub ↗

Determines if a query id is empty.

Source from the content-addressed store, hash-verified

132
133/// Determines if a query id is empty.
134inline bool UUIDEmpty(const TUniqueId& id) {
135 return id.hi == 0 && id.lo == 0;
136}
137} // namespace impala

Callers 3

ExecuteIgnoreResultsMethod · 0.85
ExecuteAndFetchAllHS2Method · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68