| 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; |
no outgoing calls
no test coverage detected