Skip to content

Conversation

@LiHRaM
Copy link

@LiHRaM LiHRaM commented Nov 17, 2025

ASOF JOIN Syntax support.

Note

FROM <left_table> ASOF JOIN <right_table>
 MATCH_CONDITION ( <left_table.timecol> <comparison_operator> <right_table.timecol> )
 [ ON <table.col> = <table.col> [ AND ... ] | USING ( <column_list> ) ]

@LiHRaM LiHRaM merged commit 4ee7db5 into main Nov 17, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants