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

Adds Support for Join Operations #273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fivepapertigers
Copy link

@fivepapertigers fivepapertigers commented Sep 18, 2021

Adds support for joins in native querying by introducing the following classes:

  • pydruid.utils.joins.Join
  • pydruid.utils.joins.InnerJoin
  • pydruid.utils.joins.LeftJoin
  • pydruid.utils.joins.CrossJoin

Closes #250 and possibly #253

Adds support for joins in native querying by introducing the following classes:

- pydruid.utils.joins.Join
- pydruid.utils.joins.InnerJoin
- pydruid.utils.joins.LeftJoin
- pydruid.utils.joins.CrossJoin
@veerappans
Copy link

Hello, any idea when this will be merged. I could use the joins.

@veerappans
Copy link

@mistercrunch , can you please merge this PR? This would help us in our project. Thank you!

@betodealmeida betodealmeida self-requested a review November 3, 2022 20:44
@veerappans
Copy link

Hello can you please review and merge this PE @betodealmeida . This would be very helpful for us. Thanks.

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.

Native query support for SQL joins
2 participants