refactor: remove duration type (#158)

This commit is contained in:
Jeremyhi
2024-04-28 16:34:50 +08:00
committed by GitHub
parent 1de2113d4e
commit aba235025a
15 changed files with 87 additions and 2318 deletions
-4
View File
@@ -57,10 +57,6 @@ message Column {
repeated int32 interval_year_month_values = 24;
repeated int64 interval_day_time_values = 25;
repeated IntervalMonthDayNano interval_month_day_nano_values = 26;
repeated int64 duration_second_values = 27;
repeated int64 duration_millisecond_values = 28;
repeated int64 duration_microsecond_values = 29;
repeated int64 duration_nanosecond_values = 30;
repeated Decimal128 decimal128_values = 31;
}
// The array of non-null values in this column.