Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetLatestTime
Method
GetLatestTime
cpp/src/arrow/acero/sorted_merge_node.cc:160–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
inline time_unit_t GetLatestTime() const {
161
return GetTime(GetLatestBatch().get(), time_type_id_, time_col_index_,
162
latest_ref_row_);
163
}
164
165
#undef LATEST_VAL_CASE
166
Callers
2
operator()
Method · 0.45
getNextBatch
Method · 0.45
Calls
2
GetTime
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected