ST_GEOMPOINTFROMGEOHASH (Lakehouse v1)
Returns a GEOMETRY object for the point that represents center of a geohash.
SQL Syntax
Section titled “SQL Syntax”ST_GEOMPOINTFROMGEOHASH(<geohash>)Arguments
Section titled “Arguments”| Arguments | Description |
|---|---|
<geohash> | The argument must be a geohash. |
Return Type
Section titled “Return Type”Geometry.
SQL Examples
Section titled “SQL Examples”SELECT ST_GEOMPOINTFROMGEOHASH( 's02equ0' ) AS pipeline_geometry;
┌──────────────────────────────────────────────┐│ pipeline_geometry ││ Geometry │├──────────────────────────────────────────────┤│ POINT(1.0004425048828125 2.0001983642578125) │└──────────────────────────────────────────────┘