feat: add tag_columns to series normalize plan (#223)

* feat: add tag_columns to series normalize plan

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* feat: add `manifest_version` to `GrantedRegion` (#224)

* feat: add backend option to `SetFulltext` (#226)

Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>

* feat: add `extensions` field to `GrantedRegion` (#227)

---------

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
Co-authored-by: Weny Xu <wenymedia@gmail.com>
Co-authored-by: Zhenchi <zhongzc_arch@outlook.com>
This commit is contained in:
Ruihang Xia
2025-04-08 15:47:19 +08:00
committed by GitHub
parent 2be0f36b32
commit dd4a199698
5 changed files with 506 additions and 63 deletions
@@ -49,6 +49,8 @@ message SeriesNormalize {
string time_index = 2;
// Whether to filter out NaN value
bool filter_nan = 3;
// Names of tag columns
repeated string tag_columns = 4;
}
message SeriesDivide {