- Categories:
H3_INT_TO_STRINGÂļ
Converts the INTEGER value of an H3 cell ID to hexadecimal format.
- See also:
SyntaxÂļ
H3_INT_TO_STRING( <cell_id> )
ArgumentsÂļ
cell_id
An INTEGER value that represents the cell ID (index).
ReturnsÂļ
Returns the H3 cell ID in hexadecimal format.
ExamplesÂļ
The following example converts the INTEGER value of an H3 cell ID to hexadecimal format.
SELECT H3_INT_TO_STRING(617700171168612351);
+------------------------------------------------+
| H3_INT_TO_STRING(617700171168612351) |
|------------------------------------------------|
| 89283087033FFFF |
+------------------------------------------------+