| 235 | return data(2); |
| 236 | } |
| 237 | uint8_t* mutable_var_length_rows() { |
| 238 | ARROW_DCHECK(!metadata_.is_fixed_length); |
| 239 | return mutable_data(2); |
| 240 | } |
| 241 | |
| 242 | /// \brief True if there is a null value anywhere in the table |
| 243 | /// |
nothing calls this directly
no test coverage detected