Converts the binary representation of an H3-encoded grid object into an h3grid value.
Syntax
h3grid ST_H3FromBinary(bytea binary);Parameters
| Parameter | Type | Description |
|---|---|---|
binary | bytea | The binary representation of an H3-encoded grid object. |
Example
SELECT st_h3frombinary('\x010100ffff9f6826a18408');Output:
st_h3frombinary
------------------------
010100FFFF9F6826A18408该文章对您有帮助吗?