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

Allow for sqlite query when using StringSelectionResolver #751

Open
Aske-Rosted opened this issue Sep 30, 2024 · 0 comments
Open

Allow for sqlite query when using StringSelectionResolver #751

Aske-Rosted opened this issue Sep 30, 2024 · 0 comments
Labels
feature New feature or request

Comments

@Aske-Rosted
Copy link
Collaborator

Selections not handled equally by pandas and sqlite query
The selections that are possible with the pandas.query() function is limited and not equal to what can be done when using an sqlite query. There is currently no way to allow for the selection query to be passed on to query_table function even though we support sqlite query selection in the query_table function of SQLiteDataset class

feature
I'd like to be able to use sqlite query selections even when using the StringSelectionResolver

Implementation
add an optional variable to StringSelectionResolver whether to use the selection query of the super ie. SQLiteDataset or ParquetDataset class. (str selections not currently not supported in parquet)

@Aske-Rosted Aske-Rosted added the feature New feature or request label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant