vespa-engine/vespa

grouping query builder and validator

Aperta

#16.871 aperta il 10 mar 2021

 (2 commenti) (0 reazioni) (0 assegnatari)Java (561 fork)batch import
good first issue

Metriche repository

Star
 (4948 stelle)
Metriche merge PR
 (Merge medio 1g 22h) (209 PR mergiate in 30 g)

Descrizione

Creating a grouing query string (e.g. all( group(customer) each(output(sum(price))) ) ) can be difficult with multi-level grouping, having a UI to construct the string a la the querybuilder might help.

Can be useful as a validator, too - paste a string into a field, and auto-generate an pretty-printed view

hence both ways from structured to string and vice versa

see #16870 for implementation suggestion

Guida contributor