Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Multiple indexes #987

Open
benwq opened this issue Jan 13, 2021 · 5 comments
Open

Multiple indexes #987

benwq opened this issue Jan 13, 2021 · 5 comments
Labels
enhancement New feature or request SQL

Comments

@benwq
Copy link

benwq commented Jan 13, 2021

Are there plans to implement multi index join?(more than 2)

@anirudha
Copy link
Contributor

Could you please share some usecase. We are definitely considering it. Contributions are welcome too!

@benwq
Copy link
Author

benwq commented Jan 13, 2021

Could you please share some usecase. We are definitely considering it. Contributions are welcome too!
ex.
select t0.,t1.,t2.* from t0
left join t1 on t0.a_id=t1.id
left join t2 on t0.b_id=t2.id
throw RuntimeException:currently supports only 2 tables join

@chloe-zh
Copy link
Member

chloe-zh commented Jan 13, 2021

Related issue: #351

@chloe-zh
Copy link
Member

Thanks for your request! Yes we do have plans to support multi table join, it should be available soon. Will keep you updated when this feature is supported!

@chloe-zh chloe-zh added SQL enhancement New feature or request labels Jan 14, 2021
@benwq
Copy link
Author

benwq commented Jan 15, 2021

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request SQL
Projects
None yet
Development

No branches or pull requests

3 participants