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

Method GetLatestKey

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

Source from the content-addressed store, hash-verified

580 }
581
582 inline ByType GetLatestKey() const {
583 return GetKey(GetLatestBatch().get(), latest_ref_row_);
584 }
585
586 inline ByType GetKey(const RecordBatch* batch, row_index_t row) const {
587 if (must_hash_) {

Callers 1

EmplaceFunction · 0.80

Calls 2

GetKeyFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected