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

Method GetMemoEntryForKey

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

Source from the content-addressed store, hash-verified

739 }
740
741 std::optional<const MemoStore::Entry*> GetMemoEntryForKey(ByType key) {
742 return memo_.GetEntryForKey(key);
743 }
744
745 std::optional<OnType> GetMemoTimeForKey(ByType key) {
746 auto r = GetMemoEntryForKey(key);

Callers 1

EmplaceFunction · 0.80

Calls 1

GetEntryForKeyMethod · 0.80

Tested by

no test coverage detected