vespa-engine/vespa

grouping query builder and validator

Open

#16,871 创建于 2021年3月10日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Java (4,948 star) (561 fork)batch import
good first issue

描述

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

贡献者指南