feat: interal type for row protocol, and multi row deletes (#80)
This commit is contained in:
@@ -103,3 +103,9 @@ enum ColumnDataType {
|
||||
INTERVAL_DAY_TIME = 24;
|
||||
INTERVAL_MONTH_DAY_NANO = 25;
|
||||
}
|
||||
|
||||
message IntervalMonthDayNano {
|
||||
int32 months = 1;
|
||||
int32 days = 2;
|
||||
int64 nanoseconds = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user