Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ASOF join #21759

Open
jirislav opened this issue Apr 30, 2024 · 3 comments
Open

Add support for ASOF join #21759

jirislav opened this issue Apr 30, 2024 · 3 comments
Labels

Comments

@jirislav
Copy link

jirislav commented Apr 30, 2024

When analyzing relational time-series data, it is essential to have the ability to join multiple datasets using time dimension by looking up at the value being closest in time.

Without proper query engine support, users are forced to implement inefficient work-around which is both slow & hard to read.

DuckDB has a great explanation here.

Many other popular databases & query engines support it:

@findinpath
Copy link
Contributor

cc @martint

@findepi findepi added enhancement New feature or request syntax-needs-review labels May 10, 2024
@PranavRudra
Copy link

Hey Trino team, any update on this?

@piyushsethia07
Copy link

Hey Trino team, I am picking this up and will raise a commit request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

5 participants