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

Aggregation pushdown with coercions #4170

Open
findepi opened this issue Jun 23, 2020 · 0 comments
Open

Aggregation pushdown with coercions #4170

findepi opened this issue Jun 23, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@findepi
Copy link
Member

findepi commented Jun 23, 2020

Currently some connectors, e.g. PostgreSQL, can do aggregation pushdown for sum(a_bigint).
However, they cannot do sum(an_integer), because it is actually sum(CAST(an_integer AS bigint)).

We could define a sum(integer) function and let the connector accept it in aggregation pushdown.

Ideally, however, we should have ability to pushdown expressions in the context of coercions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant