ST_AsInt
Updated at:
Converts an H3 geographic grid object into its bigint representation.
Syntax
bigint ST_AsInt(h3grid grid);Parameters
| Parameter | Description |
|---|---|
grid | The H3 geographic grid object to convert. |
Examples
SELECT st_asint(st_h3frombinary('\x010100ffff9f6826a18408'));Output:
st_asint
--------------------
613792635565375487Is this page helpful?