- 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 |
+------------------------------------------------+