Is your feature request related to a problem? Please describe.
For tables that return large sets of data, it'll be faster and less expensive if we look at any query columns and build filters where possible before making the API requests.
Describe the solution you'd like
Add automatic filtering capabilities in tables based on quals.
Describe alternatives you've considered
Use the query column (or similar ones) when making queries.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. For tables that return large sets of data, it'll be faster and less expensive if we look at any query columns and build filters where possible before making the API requests.
Describe the solution you'd like Add automatic filtering capabilities in tables based on quals.
Describe alternatives you've considered Use the
query
column (or similar ones) when making queries.Additional context Add any other context or screenshots about the feature request here.