mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
fix style
This commit is contained in:
parent
57e17c607a
commit
cf3d9f893c
@ -125,17 +125,20 @@ public:
|
||||
|
||||
}
|
||||
|
||||
struct H3PointDistM {
|
||||
struct H3PointDistM
|
||||
{
|
||||
static constexpr auto name = "h3PointDistM";
|
||||
static constexpr auto function = distanceM;
|
||||
};
|
||||
|
||||
struct H3PointDistKm {
|
||||
struct H3PointDistKm
|
||||
{
|
||||
static constexpr auto name = "h3PointDistKm";
|
||||
static constexpr auto function = distanceKm;
|
||||
};
|
||||
|
||||
struct H3PointDistRads {
|
||||
struct H3PointDistRads
|
||||
{
|
||||
static constexpr auto name = "h3PointDistRads";
|
||||
static constexpr auto function = distanceRads;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user