Skip to content

Support inline stats #107589

@nik9000

Description

@nik9000

We'd like the ability to enrich rows with the results of a STATS command. For example, say you have this:

a b
1 10
1 20
2 20
2 15

running INLINESTATS MIN(b) BY a should make

a b MIN(b)
1 10 10
1 20 10
2 20 15
2 15 15

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions