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

Method GetEntryForKey

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

Source from the content-addressed store, hash-verified

336 }
337
338 std::optional<const Entry*> GetEntryForKey(ByType key) const {
339 auto e = entries_.find(key);
340 return entries_.end() == e ? std::nullopt : std::optional<const Entry*>(&e->second);
341 }
342
343 bool RemoveEntriesWithLesserTime(OnType ts) {
344 DEBUG_SYNC(node_, "memo ", index_, " remove: ts=", ts, DEBUG_MANIP(std::endl));

Callers 1

GetMemoEntryForKeyMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected