Skip to content

Feat(duckdb): support new lambda syntax#5359

Merged
georgesittas merged 2 commits intomainfrom
jo/duckdb_new_lambda_syntax
Jul 7, 2025
Merged

Feat(duckdb): support new lambda syntax#5359
georgesittas merged 2 commits intomainfrom
jo/duckdb_new_lambda_syntax

Conversation

@georgesittas
Copy link
Collaborator

Closes #5357

@georgesittas georgesittas requested review from VaggelisD and geooo109 and removed request for VaggelisD July 7, 2025 10:02
Copy link
Collaborator

@geooo109 geooo109 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also add a nested lambda test?

SELECT list_transform(
        list_filter([0, 1, 2, 3, 4, 5], lambda x: x % 2 = 0),
        lambda y: y * y
    );

@georgesittas georgesittas merged commit eae64e1 into main Jul 7, 2025
7 checks passed
@georgesittas georgesittas deleted the jo/duckdb_new_lambda_syntax branch July 7, 2025 10:33
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.

Support new Duckdb Lambda Syntax

3 participants