ClickHouse/tests/queries/0_stateless/02165_h3_num_hexagons.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
476 B
MySQL
Raw Normal View History

2022-01-14 08:17:06 +00:00
-- Tags: no-fasttest
SELECT h3NumHexagons(0);
SELECT h3NumHexagons(1);
SELECT h3NumHexagons(2);
SELECT h3NumHexagons(3);
SELECT h3NumHexagons(4);
SELECT h3NumHexagons(5);
SELECT h3NumHexagons(6);
SELECT h3NumHexagons(7);
SELECT h3NumHexagons(8);
SELECT h3NumHexagons(9);
SELECT h3NumHexagons(10);
SELECT h3NumHexagons(11);
SELECT h3NumHexagons(12);
SELECT h3NumHexagons(13);
SELECT h3NumHexagons(14);
SELECT h3NumHexagons(15);
SELECT h3NumHexagons(16); -- { serverError 69 }