graphql-engine/server
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
..
bench-wrk server/tests-py: Reduce the number of locations we check the status code. 2022-07-05 18:01:07 +00:00
benchmarks ci/benchmarks: fix division-by-zero in report generation, after e09406170e1 2022-09-06 20:29:22 +00:00
documentation server/postgres: test identifier uniqueness rewrite 2022-06-17 10:44:18 +00:00
lib server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
src-dc-api Gdc capabilities scalar types - GDW-87 2022-09-06 04:26:03 +00:00
src-emit-metadata-openapi server: initial set of DTO types for metadata 2022-06-27 16:33:31 +00:00
src-exec server: accept extensions_schema while adding a source 2022-08-10 09:42:09 +00:00
src-lib server/postgres: Implement execution of aggregation predicates 2022-09-16 15:01:03 +00:00
src-rsr console: Add Sentry 2022-09-15 17:00:44 +00:00
src-test server/postgres: Implement execution of aggregation predicates 2022-09-16 15:01:03 +00:00
tests-dc-api CI Support for Data Connector Agent Tests - GDW-336 2022-09-15 09:47:24 +00:00
tests-hspec server/postgres: Implement execution of aggregation predicates 2022-09-16 15:01:03 +00:00
tests-py Prepare PostgreSQL for running tests in parallel. 2022-09-15 14:03:23 +00:00
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore server: Clean up Cabal project files 2022-04-07 07:16:12 +00:00
commit_diff.txt Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
COMPILING-ON-MACOS.md tooling: add coreutils to macos install docs 2022-09-16 14:16:21 +00:00
CONTRIBUTING.md Use docker compose, not docker-compose. 2022-08-02 10:30:57 +00:00
graphql-engine.cabal server/postgres: Implement execution of aggregation predicates 2022-09-16 15:01:03 +00:00
Makefile ci: misc. cleanup, naming 2022-01-03 06:26:39 +00:00
STYLE.md Nix: Use nixpkgs-fmt to format everything. 2022-06-20 13:02:45 +00:00
testing-guidelines.md server: testing guidelines 2022-03-08 09:53:27 +00:00
troubleshooting.md Create troubleshooting.md 2022-05-30 09:18:44 +00:00
VERSIONS.json server: Automate generation and verification of Cabal files from hpack. 2022-07-29 16:22:12 +00:00