mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
dbms: fixed error with regionToContinent [#METR-2944].
This commit is contained in:
parent
df8eefd79e
commit
b96f132d21
@ -503,7 +503,7 @@ struct NameRegionToCity { static constexpr auto name = "regionToCity"; };
|
|||||||
struct NameRegionToArea { static constexpr auto name = "regionToArea"; };
|
struct NameRegionToArea { static constexpr auto name = "regionToArea"; };
|
||||||
struct NameRegionToDistrict { static constexpr auto name = "regionToDistrict"; };
|
struct NameRegionToDistrict { static constexpr auto name = "regionToDistrict"; };
|
||||||
struct NameRegionToCountry { static constexpr auto name = "regionToCountry"; };
|
struct NameRegionToCountry { static constexpr auto name = "regionToCountry"; };
|
||||||
struct NameRegionToContinent { static constexpr auto name = "regionToContient"; };
|
struct NameRegionToContinent { static constexpr auto name = "regionToContinent"; };
|
||||||
struct NameRegionToPopulation { static constexpr auto name = "regionToPopulation"; };
|
struct NameRegionToPopulation { static constexpr auto name = "regionToPopulation"; };
|
||||||
struct NameOSToRoot { static constexpr auto name = "OSToRoot"; };
|
struct NameOSToRoot { static constexpr auto name = "OSToRoot"; };
|
||||||
struct NameSEToRoot { static constexpr auto name = "SEToRoot"; };
|
struct NameSEToRoot { static constexpr auto name = "SEToRoot"; };
|
||||||
|
Loading…
Reference in New Issue
Block a user