mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-28 10:50:39 +00:00
chore: add optional for datatype, rename data_type to datatype (#258)
This commit is contained in:
@@ -49,12 +49,12 @@ message Column {
|
||||
bytes null_mask = 4;
|
||||
|
||||
// Helpful in creating vector from column.
|
||||
ColumnDataType datatype = 5;
|
||||
optional ColumnDataType datatype = 5;
|
||||
}
|
||||
|
||||
message ColumnDef {
|
||||
string name = 1;
|
||||
ColumnDataType data_type = 2;
|
||||
ColumnDataType datatype = 2;
|
||||
bool is_nullable = 3;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user