MCPcopy Create free account
hub / github.com/apache/arrow / Invalidate

Method Invalidate

cpp/src/arrow/acero/asof_join_node.cc:423–423  ·  view source on GitHub ↗

invalidate cached hashes for batch - required when it changes only this method can be called concurrently with HashesFor

Source from the content-addressed store, hash-verified

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) {

Callers 1

PushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected