MCPcopy 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
getNextBatchMethod · 0.45

Calls 2

GetTimeFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected