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 get_column_usage utility function #516

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Conversation

jonmmease
Copy link
Collaborator

Adds a get_column_usage utility function for Rust and Python that compute the columns from the root datasets that are used by a Vega spec.

I'm planning to remove the Python Datasource logic in favor of projecting down to the required columns and then using the Arrow PyCapsule API. This should be more efficient as it won't involve calling back into Python to load data.

@jonmmease jonmmease merged commit 445e86f into v2 Oct 9, 2024
19 checks passed
jonmmease added a commit that referenced this pull request Nov 16, 2024
* Add get_column_usage utility function

* Add Python function for column usage
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.

1 participant