feat: interal type for row protocol, and multi row deletes (#80)

This commit is contained in:
JeremyHi
2023-08-16 15:09:24 +08:00
committed by GitHub
parent dbb8e524ca
commit fa79839bbb
20 changed files with 3928 additions and 1783 deletions
+3
View File
@@ -66,5 +66,8 @@ message Value {
int64 time_millisecond_value = 21;
int64 time_microsecond_value = 22;
int64 time_nanosecond_value = 23;
int32 interval_year_month_values = 24;
int64 interval_day_time_values = 25;
IntervalMonthDayNano interval_month_day_nano_values = 26;
}
}