1HexagonalGrid - Polygon geom - NULL edges_only
2:memory: #use in-memory database
3SELECT HexagonalGrid(GeomFromText('POLYGON((3 3, 3 4, 4 4, 4 3, 3 3))', 4326), 1.0, NULL);
41 # rows (not including the header row)
51 # columns
6HexagonalGrid(GeomFromText('POLYGON((3 3, 3 4, 4 4, 4 3, 3 3))', 4326), 1.0, NULL)
7(NULL)
8
9
10