substrait
substrait copied to clipboard
feat: implement mark join
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.