feat: add time index column to series divide plan (#238)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user