SubhamSinghal commented on PR #21859:
URL: https://github.com/apache/datafusion/pull/21859#issuecomment-4324463570

    **`e.time >= w.start` (lower bound):** The build side is sorted by 
`start_time` ascending, and a monotonic boundary pointer advances forward as we 
process sorted probe   
     rows. For probe value `v`, all build rows `[0..=boundary]` satisfy 
`start_time <= v`. This is amortized O(1) per probe row since the pointer only 
moves forward.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to