\brief Return true if value at index is null. Does not boundscheck
| 56 | |
| 57 | /// \brief Return true if value at index is null. Does not boundscheck |
| 58 | bool IsNull(int64_t i) const { return !IsValid(i); } |
| 59 | |
| 60 | /// \brief Return true if value at index is valid (not null). Does not |
| 61 | /// boundscheck |