kosiew commented on issue #15628:
URL: https://github.com/apache/datafusion/issues/15628#issuecomment-2816494226

   @2010YOUY01 
   
   What do you think of using sorted inputs, just like SortMergeJoinExec
   
   Instead of ==, allow conditions like:
   
   t1.id < t2.id
   t1.timestamp <= t2.event_time
   
   For each row in left, scan right from current pointer and stop afer emitting 
LIMIT rows


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to