| 188 | uint32_t ALWAYS_INLINE seed(int level) { return seeds_.at(level); } |
| 189 | |
| 190 | TupleRow* ALWAYS_INLINE scratch_row() const { return scratch_row_; } |
| 191 | |
| 192 | /// Returns the results of the expression at 'expr_idx' evaluated at the current row. |
| 193 | /// This value is invalid if the expr evaluated to NULL. |
no outgoing calls
no test coverage detected