Skip to content

Commit 63d15ac

Browse files
committed
Move Date32 to the end of enum.
1 parent abc3327 commit 63d15ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse/types/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class Type {
3434
FixedString,
3535
DateTime,
3636
Date,
37-
Date32,
3837
Array,
3938
Nullable,
4039
Tuple,
@@ -50,6 +49,7 @@ class Type {
5049
Decimal128,
5150
LowCardinality,
5251
DateTime64,
52+
Date32,
5353
};
5454

5555
using EnumItem = std::pair<std::string /* name */, int16_t /* value */>;

0 commit comments

Comments
 (0)