invalidate cached hashes for batch - required when it changes only this method can be called concurrently with HashesFor
| 421 | // invalidate cached hashes for batch - required when it changes |
| 422 | // only this method can be called concurrently with HashesFor |
| 423 | void Invalidate() { batch_ = NULLPTR; } |
| 424 | |
| 425 | // compute and cache a hash for each row of the given batch |
| 426 | const std::vector<HashType>& HashesFor(const RecordBatch* batch) { |