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

Function IsValidFInstanceId

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

Source from the content-addressed store, hash-verified

90}
91
92inline bool IsValidFInstanceId(const TUniqueId& fragment_instance_id) {
93 return fragment_instance_id.hi != 0L;
94}
95
96inline TUniqueId CreateInstanceId(
97 const TUniqueId& query_id, int32_t instance_idx) {

Callers 1

ConstructReportMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected