substrait icon indicating copy to clipboard operation
substrait copied to clipboard

feat: implement mark join

Open EpsilonPrime opened this issue 3 months ago • 0 comments

This establishes the physical mark join relation. It utilizes a mark (a nullable boolean field reference) to reduce the amount of data that needs to be processed.

EpsilonPrime avatar Apr 12 '24 02:04 EpsilonPrime