chore: add json type (#194)

This commit is contained in:
Weny Xu
2024-10-30 04:12:24 +08:00
committed by GitHub
parent fc45ac4cce
commit 86ed051dfd
5 changed files with 39 additions and 22 deletions
+1
View File
@@ -117,6 +117,7 @@ enum ColumnDataType {
INTERVAL_DAY_TIME = 24;
INTERVAL_MONTH_DAY_NANO = 25;
DECIMAL128 = 30;
JSON = 31;
}
message IntervalMonthDayNano {