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

**Example**

```esql
ROW geohash = TO_LONG(13686180)
| EVAL geohashString = ST_GEOHASH_TO_STRING(geohash)
```

| geohash:long | geohashString:keyword |
| --- | --- |
| 13686180 | u3bu |


