Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetLatestTime
Method
GetLatestTime
cpp/src/arrow/acero/asof_join_node.cc:617–620 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
615
}
616
617
inline OnType GetLatestTime() const {
618
return GetTime(GetLatestBatch().get(), time_type_id_, time_col_index_,
619
latest_ref_row_);
620
}
621
622
#undef LATEST_VAL_CASE
623
Callers
3
Emplace
Function · 0.45
UpdateRhs
Method · 0.45
ProcessInner
Method · 0.45
Calls
2
GetTime
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected