-
### Motivation
The Cluster client should provide overrides for specific Redis Core and module commands to make them easy to use with OS Cluster API.
- [ ] Provide an abstraction that handles `FT…
-
```
We need a more complete suite of runtime and optimizer tests for aggregation
and group by.
This includes different "runtime" versions of aggregate functions
(scalar/aggregate), and aggregation …
-
# Issue Description
**Difficulty:** Intermediate
**Time Estimate:** 8-12 hours
**Description:** The goal is to write functions that can take individual or household level observations and agg…
-
```sql
scala> spark.sql("select count(tp_int),avg(tp_int) from full_data_type_table").explain
17/12/28 14:17:13 INFO SparkSqlParser: Parsing command: select count(tp_int),avg(tp_int) from full_data_…
-
https://github.com/numpy/numpy/releases
At least
* A new variable-length string `dtype`, `numpy.dtypes.StringDType` and a new
`numpy.strings` namespace with performant ufuncs for string operati…
-
The select statement should have a phrase in the projection segment to allow defining aggregation functions over the attributes of the bound perspective.
the aggregation function are: COUNT, SUM, AVG,…
-
The idea is to implement all possible functions in C to directly operate on lists. To begin with, maybe:
- [ ] rowmins
- [ ] rowmaxs
- [ ] rowmeans
- [ ] rowsums
- [ ] rowvars
- [ ] rowsds
- ...
Impl…
-
Hi All! I wasn't sure if you had seen that Seurat now has a function for aggregating to the sample level for pseudobulk DE analysis. Using a few functions as detailed at the end of this Seurat vignett…
-
Currently, UDAFs created using the `@Udaf` annotations can only accept a single column to aggregate and no other input. This is very limiting. We need to extend the framework to allow aggregate func…
-
When drafting a QB query with distinct() it constructs an invalid query select list:
`
Message | stringIncorrect syntax near '*'. | string | Incorrect syntax near '*'.
-- | -- | -- | --
…