-
- min
- max
- sum
- product
- count
- mean,
- stdev
- variance
-
### What happens?
The `ORDER BY` is not respected for large LIMITS in the query. The results are not consistent across executions and there are large chunks which appear out of order. Looks like mult…
-
### Description
We recently added support in using the [simple function interface for Aggregate functions](https://facebookincubator.github.io/velox/develop/aggregate-functions.html#simple-function-i…
-
### Describe the bug, including details regarding any error messages, version, and platform.
Grouping on empty keys aggregates against the whole table (relates to #14896). But there are 3 hash aggre…
coady updated
5 months ago
-
### Is your feature request related to a problem?
#4097 ported `min(str)`, `max(str)`, as well as `count_distinct()` for long, int, and IPv4 types to parallel GROUP BY, but some functions remain un…
-
Taken from [Spectrum](https://spectrum.chat/edgedb/general/feature-request-reduce-operator-in-edgeql~78e141dd-c63c-467b-984a-29f8a9a1d64c).
This is how i first imagined the syntax:
```
FOR accum…
-
It would be nice if we could get symbol names as well as line-col numbers.
-
Hi, I am trying to test out this ts2img script to convert H115 into images (we want to resample this product to 0.25 degree grid so hopefully this is the way to do it?). Anyway, the script here refers…
-
Right now it is impossible to perform precalculations for aggregate functions on the graphql service. For a simple use case, such as counting linked relations, you have to query the items with their l…
-
I want to create a migration that adds a custom function and custom aggregate to my (PostgreSQL) database, so that I don't have to manually add them everywhere.
Does knex support adding functions lik…