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 support for connection key columns #768

Closed
kaidaguerre opened this issue Mar 15, 2024 · 0 comments
Closed

Add support for connection key columns #768

kaidaguerre opened this issue Mar 15, 2024 · 0 comments

Comments

@kaidaguerre
Copy link
Contributor

a ConnectionKeyColumn defines a column that has a value which maps 1-1 to a Steampipe connection
and so can be used to filter connections when executing an aggregator query

These columns are treated as (optional) KeyColumns. This means they are taken into account in the query planning

  • so it is more likely that the scans will be planned to use these as quals where possible.

When executing an aggregator query, if one of these columns is used as a qual, the execution code
will filter the list of connections by comparing the qual value with the column value returned by the
[ConnectionKeyColumn] Hydrate function.

kaidaguerre added a commit that referenced this issue Mar 15, 2024
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

No branches or pull requests

1 participant