Converts a binary-encoded H3Grid object (bytea) to the H3Grid data type.
Syntax
h3grid ST_H3FromBinary(bytea binary);Parameters
| Parameter | Description |
|---|---|
binary | The grid object of the H3Grid data type. |
Examples
SELECT st_h3frombinary('\x010100ffff9f6826a18408');Output:
st_h3frombinary
------------------------
010100FFFF9F6826A18408该文章对您有帮助吗?