feat: interal type for row protocol, and multi row deletes (#80)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user