-
**dev issue**: https://github.com/tarantool/tarantool/issues/2579
**Product:** Tarantool
**Since:** 2.10.0
**Root document:** https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_sche…
-
So my team is trying to go the commanded route in a legacy system.
Main reason is the requirement for audit log, where logging the commands dispatch (via e.g. middleware like https://github.com/comma…
-
There are nightly batch jobs that do calculations on incoming data. This should be made configuable to work on any type of data field.
jlark updated
7 years ago
-
Currently, libc functions are individually imported in each file. If there is a need to replace a particular function, modifications are required in all files using it. Consolidating all libc function…
-
As far as I am aware it is not currently possible to combine aggregate functions and valueExpressions, which would be really handy, for example:
``` js
t.select(t.a.sum().plus(t.b.sum()))
//Should re…
-
### Is your feature request related to a problem or challenge?
Part of https://github.com/apache/datafusion/issues/8709
There is now no difference between "built in" / "prepackaged" scalar and …
alamb updated
8 hours ago
-
I create a simple query like below:
```
var query = session.Query()
.GroupBy(x => x.ProductId)
.Select(g => new { ProductId = g.Key, MinPrice = g.Min(p => p.Price) })
.OrderBy(o => …
-
Writing this here for notes later: this week and/or in 6 months time!
@s2156945 brought up being able to show min/max, average values from data in icinga object cards. This is about implementing [a…
-
I need to take the min of the max in each group, e.g.:
```scala
import com.github.tminglei.slickpg.ExPostgresProfile.api._
import com.github.tminglei.slickpg.agg.PgAggFuncSupport.GeneralAggFuncti…
-
There is a need for function that aggregates the core design-related validation rules ahead of design estimation. This to avoid multiple independent developments of the same tests in different functio…