substrait icon indicating copy to clipboard operation
substrait copied to clipboard

feat: implement delimiter join

Open EpsilonPrime opened this issue 10 months ago • 0 comments

This defines the physical delimiter join relation. It utilizes duplicate elimination to reduce the size of one side and then performs multiple scans on the other side to reduce the work of the actual join.

EpsilonPrime avatar Apr 12 '24 03:04 EpsilonPrime