| 148 | /// decoding. |
| 149 | template <typename T> |
| 150 | const T* data() const { |
| 151 | return reinterpret_cast<const T*>(data_); |
| 152 | } |
| 153 | |
| 154 | /// Returns the raw nulls buffer for the base vector combined with nulls found |
| 155 | /// in dictionary wrappings. May return nullptr if there are no nulls. Use |
no outgoing calls