mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
dbms: development [#CONV-2944].
This commit is contained in:
parent
676246fcbe
commit
e0ab9853d0
@ -152,6 +152,7 @@ template <> struct NearestFieldType<Int64> { typedef Int64 Type; };
|
||||
template <> struct NearestFieldType<Float32> { typedef Float64 Type; };
|
||||
template <> struct NearestFieldType<Float64> { typedef Float64 Type; };
|
||||
|
||||
template <> struct NearestFieldType<String> { typedef String Type; };
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user