Returns the flat or constant base vector.
| 230 | |
| 231 | /// Returns the flat or constant base vector. |
| 232 | const BaseVector* base() const { |
| 233 | return baseVector_; |
| 234 | } |
| 235 | |
| 236 | /// Returns true if the decoded vector was flat. |
| 237 | bool isIdentityMapping() const { |
no outgoing calls