comnik / comnik/declarative-dataflow
Aggregate and group by same symbol
Open
bug
- Dominant language
- Rust
- Stars
- 326
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
When we specify the same symbol as key and aggregation symbol we get an `index out of bounds` problem.
```
:find ?e ?amount (count ?amount)
...
```
Even though such a query does not make sense we should guard the user.
The problem occurs when calling `tuples_by_symbols` and subsequent trying to access the now empty value vector
Contributor guide
Assessment
This issue has not been assessed yet.