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

Utilize static analysis¹ to identify fields accessed for projection generation. #63

Open
amcgregor opened this issue May 19, 2021 · 0 comments
Labels
2.enhancement New ideas or improvements. need:example For task completion, one or more examples are required.

Comments

@amcgregor
Copy link
Member

We can begin the search from the line pulling in the record (.find_one, &c.) through all reachable points from there, looking for all attribute and dictionary-like access to that object.

¹ At runtime.

@amcgregor amcgregor added 2.enhancement New ideas or improvements. need:example For task completion, one or more examples are required. labels May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.enhancement New ideas or improvements. need:example For task completion, one or more examples are required.
Projects
None yet
Development

No branches or pull requests

1 participant