- Categories:
H3_ STRING_ TO_ INT¶
Converts an H3 cell ID in hexadecimal format to an INTEGER value.
- See also:
语法
实参
cell_idA VARCHAR that represents the cell ID (index (https://h3geo.org/docs/core-library/h3Indexing)) in hexadecimal format.
返回
返回表示 H3 单元格 ID 的 INTEGER 值。
示例
以下示例将 H3 单元格 ID 从十六进制格式转换为 INTEGER 值。