feat: add time index column to series divide plan (#238)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2025-05-22 10:27:49 +08:00
committed by GitHub
parent 7668a882d5
commit 4d4136692f
5 changed files with 375 additions and 53 deletions
@@ -56,6 +56,8 @@ message SeriesNormalize {
message SeriesDivide {
// Names of tag columns
repeated string tag_columns = 1;
// Name of time index column
string time_index_column = 2;
}
message RangeManipulate {