refactor: remove duration type (#158)
This commit is contained in:
@@ -69,10 +69,6 @@ message Value {
|
||||
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;
|
||||
int64 duration_nanosecond_value = 30;
|
||||
Decimal128 decimal128_value = 31;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user