- Categories:
H3_STRING_TO_INT¶
Converts an H3 cell ID in hexadecimal format to an INTEGER value.
- See also:
Syntax¶
Arguments¶
cell_idA VARCHAR that represents the cell ID (index (https://h3geo.org/docs/core-library/h3Indexing)) in hexadecimal format.
Returns¶
Returns an INTEGER value that represents the H3 cell ID.
Examples¶
The following example converts an H3 cell ID from hexadecimal format to an INTEGER value.