| 353 | /// Returns the current row's expression buffer. The expression values in the buffer |
| 354 | /// are accessed using ExprValuePtr(). |
| 355 | uint8_t* ALWAYS_INLINE cur_expr_values() const { return cur_expr_values_; } |
| 356 | |
| 357 | /// Returns null indicator bytes for the current row, one per expression. Non-zero |
| 358 | /// bytes mean NULL, zero bytes mean non-NULL. Indexed by the expression index. |
no outgoing calls
no test coverage detected