| 333 | /// Returns true if the current row is null but nulls are not considered in the |
| 334 | /// current phase (build or probe). |
| 335 | bool ALWAYS_INLINE IsRowNull() const { return null_bitmap_.Get(CurIdx()); } |
| 336 | |
| 337 | /// Record in a bitmap that the current row is null but nulls are not considered in |
| 338 | /// the current phase (build or probe). |
no test coverage detected