graphql-engine/server/src-lib/Hasura/Backends/MSSQL/FromIr
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
..
Constants.hs server/mssql: avoid encoding varchar values while generating SQL 2022-04-26 13:48:37 +00:00
Delete.hs server: transform enum with upper for graphql-default 2022-07-19 06:56:45 +00:00
Expression.hs server/postgres: Implement execution of aggregation predicates 2022-09-16 15:01:03 +00:00
Insert.hs Refactor insert mutations IR use of "default values" 2022-04-21 16:34:04 +00:00
MutationResponse.hs server: transform enum with upper for graphql-default 2022-07-19 06:56:45 +00:00
Query.hs server: MSSQL varchars compared to nvarchars 2022-08-22 08:34:41 +00:00
SelectIntoTempTable.hs server/mssql: respect custom field names in delete, insert and update mutations 2022-03-18 10:05:49 +00:00
Update.hs server: transform enum with upper for graphql-default 2022-07-19 06:56:45 +00:00