vespa-engine/vespa

grouping query builder and validator

オープン

#16,871 opened on 2021/03/10

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Java (561 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (4,948 個のスター)
PR merge metrics
 (平均マージ 1d 22h) (30d で 209 merged PRs)

説明

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

コントリビューターガイド