graphql-engine/server/src-lib/Hasura/RQL/IR
Abby Sassel 3056678e04 server/postgres: Implement execution of aggregation predicates
PR for the translation / execution step of [aggregation predicate filters](https://github.com/hasura/graphql-engine-mono/issues/5174).

[`translateAVAggregationPredicates`](translateAVAggregationPredicates) is the main change of note, everything else is a supporting or helper function. Please note this doesn't yet include [tests relating to permissions](https://hasurahq.slack.com/archives/C01RZPEPF0W/p1662560092197769); I decided to raise a PR without them for slightly faster feedback. I may include them in this PR or a separately if it's not trivial.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5724
GitOrigin-RevId: fcac258b64066e2bd45108372165a16fd957f5ab
2022-09-16 15:01:03 +00:00
..
BoolExp server/postgres: Implement execution of aggregation predicates 2022-09-16 15:01:03 +00:00
Action.hs Remove strictness annotations from data types in the Hasura.RQL hierarchy 2022-08-01 09:33:35 +00:00
BoolExp.hs Define IR types for AggregationPredicates. 2022-08-19 15:41:47 +00:00
Conflict.hs server: Improve code readability around OnConflict clauses 2021-12-20 11:16:46 +00:00
Delete.hs Simplify instance boilerplate 2022-08-11 16:32:41 +00:00
Insert.hs server: transform enum with upper for graphql-default 2022-07-19 06:56:45 +00:00
OrderBy.hs Remove strictness annotations from data types in the Hasura.RQL hierarchy 2022-08-01 09:33:35 +00:00
RemoteSchema.hs Remove strictness annotations from data types in the Hasura.RQL hierarchy 2022-08-01 09:33:35 +00:00
Returning.hs Simplify instance boilerplate 2022-08-11 16:32:41 +00:00
Root.hs Remove strictness annotations from data types in the Hasura.RQL hierarchy 2022-08-01 09:33:35 +00:00
Select.hs Simplify instance boilerplate 2022-08-11 16:32:41 +00:00
Update.hs Simplify instance boilerplate 2022-08-11 16:32:41 +00:00
Value.hs server: Metadata origin for definitions (type parameter version v2) 2022-06-28 15:53:44 +00:00