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

Method CurExprValuesHash

be/src/exec/hash-table.h:342–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340
341 /// Returns the hash values of the current row.
342 uint32_t ALWAYS_INLINE CurExprValuesHash() const { return *cur_expr_values_hash_; }
343
344 /// Sets the hash values for the current row.
345 void ALWAYS_INLINE SetCurExprValuesHash(uint32_t hash) {

Callers 10

NextProbeRowMethod · 0.80
FOREACH_ROW_LIMITFunction · 0.80
FOREACH_ROW_LIMITFunction · 0.80
ProcessRowMethod · 0.80
InsertInternalMethod · 0.80
FindProbeRowMethod · 0.80
FindBuildRowBucketMethod · 0.80
ProcessBuildBatchMethod · 0.80
FOREACH_ROW_LIMITFunction · 0.80
InsertFullTestMethod · 0.80

Calls

no outgoing calls

Tested by 1

InsertFullTestMethod · 0.64