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

Feature: explain_plan #1288

Open
wjones127 opened this issue May 10, 2024 · 2 comments
Open

Feature: explain_plan #1288

wjones127 opened this issue May 10, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@wjones127
Copy link
Contributor

SDK

Python

Description

For debugging purposes, it's often nice to see the underlying query plan. Lance scanner has explain_plan, and it wouldn't be hard to expose that in our LanceDB SDKs.

This could be in all three SDKs.

@wjones127 wjones127 added enhancement New feature or request good first issue Good for newcomers labels May 10, 2024
@nuvic
Copy link

nuvic commented May 16, 2024

Hi Will, I would like to work on this feature since I'm interested in using it. Is there anything I should know before I start?

@wjones127
Copy link
Contributor Author

Hi @nuvic. Feel free to make a PR for this. mention me in it when you are ready for review or have some questions.

This PR from Weston might be a good reference: #1257 There he exposes a different function in the Python async and Node lancedb package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants