-
1. The code works, but it would be better to only retrieve the specific 'Neighborhood Name' column, and can be further optimized by using list comprehension
![image](https://github.com/user-attachm…
-
In order to support additional alerting functionality (e.g. fire an alert when the number of issues crosses an interval) we should support aggregate [functionality](https://grafana.com/docs/grafana/la…
-
To gather requirements in single place and refresh ~4 years old discussions creating this issue to cover _rolling functions_ feature (also known as _rolling aggregates_, _sliding window_ or _moving av…
-
Submitted by: Cosmin Apreutesei (cosmin_ap2)
Votes: 18
The LIST\(\) function could rock, if only you could control the order of elements\. Right now I can't use it to display data since the result i…
-
## Motivation
As everyone already knows, StarRocks is a fast database, but it has a relatively slow compilation process.
The primary factor contributing to the long compile times is the use of C++…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Category of feature request
Reconcile
### Problem statement
In the current codebase, the `reconcile_data` an…
-
- [x] https://github.com/StarRocks/starrocks/pull/45510
## Feature request
**Is your feature request related to a problem? Please describe.**
Please refer to [Whitney_U_test-wikipedia](h…
-
- 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)
-
Hi,
I notice that the WOSAC eval code becomes very slow after the update to new version of waymo-dataset.
My version:
```
waymo-open-dataset-tf-2-12-0 1.6.4
```
The profile information:
…
-
实现 Count
需要决定如何实现。是在 get 接口重载实现,还是额外提供一个 getCount 接口。
类似的还有 GroupBy