| 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) { |
no outgoing calls