% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.

**Example**

```esql
ROW geohex = "841f059ffffffff"
| EVAL geohexLong = ST_GEOHEX_TO_LONG(geohex)
```

| geohex:keyword | geohexLong:long |
| --- | --- |
| 841f059ffffffff | 595020895127339007 |


