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

Method SetCurExprValuesHash

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

Source from the content-addressed store, hash-verified

343
344 /// Sets the hash values for the current row.
345 void ALWAYS_INLINE SetCurExprValuesHash(uint32_t hash) {
346 *cur_expr_values_hash_ = hash;
347 }
348
349 /// Returns a pointer to the expression value at 'expr_idx' in 'expr_values'.
350 uint8_t* ExprValuePtr(uint8_t* expr_values, int expr_idx) const;

Callers 2

EvalAndHashBuildMethod · 0.80
EvalAndHashProbeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected