-
**Problem description**
After a task has been run, the partial aggregates, or the final aggregates, might no longer be needed and hold sensitive information. Therefore removing them would make sense.…
-
### Page URL
https://docs.netapp.com/us-en/ontap-select/concept_adm_before.html
### Page title
Before you begin administering ONTAP Select
### Summary
I have one P1 case customer found their ONTA…
-
Paragraph [11.4 Aggregate Projection Restrictions](https://www.w3.org/TR/sparql12-query/#aggregateRestrictions) states that only expressions consisting of aggregates and constants may be projected, wi…
-
This is probably not a bug, but I'd like to understand this behavior and whether there's something better we can do.
Given a rolling aggregate query like this:
```sql
CREATE VIEW FEATURE AS
SE…
-
If a column is defined as 'numeric', there should also be an option to specify an aggregate (Sum, Median, Mean etc. or leave null for not required). If one of the columns has one of these defined, ad…
-
**Is your feature request related to a problem? Please describe.**
Yes. For my program, I want to get the new minute aggregate for the whole market (all the stocks) as soon as its created. Thus, I su…
-
Possible ways we can aggregate and reduce dimensionality:
1. Mean / Median over an instance for a user for each sensor after grouping by response (0/1)
2. Mean / Median for a user for each time-in…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
Currently we do not support batch loading of flows & tasks, and load them in sequential loops like below:
```
// TODO: implement batch loading
for flow_id in relevant_flow…
-
- length
- list aggregates: https://duckdb.org/docs/sql/functions/list.html#list-aggregates (or their rewrites https://duckdb.org/docs/sql/functions/list.html#list_-rewrite-functions)