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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user