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

Method GetLatestRow

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

Gets the latest row index, assuming the queue isn't empty

Source from the content-addressed store, hash-verified

541
542 // Gets the latest row index, assuming the queue isn't empty
543 row_index_t GetLatestRow() const { return latest_ref_row_; }
544
545 bool Empty() const {
546 // cannot be empty if ref row is >0 -- can avoid slow queue lock

Callers 1

EmplaceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected