| 176 | } |
| 177 | |
| 178 | void validate(const VectorValidateOptions& options) const override { |
| 179 | BaseVector::validate(options); |
| 180 | } |
| 181 | |
| 182 | /** |
| 183 | * @return the hash of the value at the given index in this vector |
nothing calls this directly
no test coverage detected