This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * @in_params | |
| * center_hash - GeoHash identifier to find adjacent cells for | |
| * | |
| * @out_params (column description) | |
| * hash - GeoHash identifier for this adjacent cell | |
| * centroid - Centroid geometry (POINT) for this adjacent cell | |
| * bound - Cell bounds geometry (POLYGON) for this adjacent cell | |
| * | |
| * The function returns a SETOF RECORD containing the 8 direct |