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

**Example**

```esql
ROW string = "4/8/5"
| EVAL geotile = TO_GEOTILE(string)
```

| string:keyword | geotile:geotile |
| --- | --- |
| 4/8/5 | 4/8/5 |


