Skip to content

feat: Add NestJoin and LeftJoin for slices#911

Open
donnol wants to merge 1 commit into
samber:masterfrom
donnol:feat/lo/slice-join
Open

feat: Add NestJoin and LeftJoin for slices#911
donnol wants to merge 1 commit into
samber:masterfrom
donnol:feat/lo/slice-join

Conversation

@donnol

@donnol donnol commented Jun 21, 2026

Copy link
Copy Markdown

Add NestJoin and LeftJoin for slices.

NestJoin executes a condition join (Theta Join) between two slices using a Nested Loop Join algorithm.

LeftJoin performs a left outer join between two slices based on a common key.

Closes #298

@donnol donnol force-pushed the feat/lo/slice-join branch 2 times, most recently from 4b14968 to bd18cbb Compare July 7, 2026 01:57
@donnol donnol force-pushed the feat/lo/slice-join branch from bd18cbb to 42d1d04 Compare July 7, 2026 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How about add a Join function?

1 participant