feat: interal type for row protocol, and multi row deletes (#80)
This commit is contained in:
@@ -77,9 +77,3 @@ message Column {
|
||||
// Helpful in creating vector from column.
|
||||
ColumnDataType datatype = 5;
|
||||
}
|
||||
|
||||
message IntervalMonthDayNano {
|
||||
int32 months = 1;
|
||||
int32 days = 2;
|
||||
int64 nanoseconds = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user