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

Function GetInstanceIdx

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

Source from the content-addressed store, hash-verified

82}
83
84inline int32_t GetInstanceIdx(const TUniqueId& fragment_instance_id) {
85 return fragment_instance_id.lo & FRAGMENT_IDX_MASK;
86}
87
88inline int32_t GetInstanceIdx(const UniqueIdPB& fragment_instance_id) {
89 return fragment_instance_id.lo() & FRAGMENT_IDX_MASK;

Callers 6

InitMethod · 0.85
SetRpcParamsMethod · 0.85
ApplyExecStatusReportMethod · 0.85
AddFilterSourceMethod · 0.85
CreateInstanceIdFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68