@@ -66,9 +66,9 @@ 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;
|
||||
int32 interval_year_month_value = 24;
|
||||
int64 interval_day_time_value = 25;
|
||||
IntervalMonthDayNano interval_month_day_nano_value = 26;
|
||||
int64 duration_second_value = 27;
|
||||
int64 duration_millisecond_value = 28;
|
||||
int64 duration_microsecond_value = 29;
|
||||
|
||||
Reference in New Issue
Block a user