ST_H3FromBinary

更新时间:
复制 MD 格式

Converts the binary representation of an H3-encoded grid object into an h3grid value.

Syntax

h3grid ST_H3FromBinary(bytea binary);

Parameters

ParameterTypeDescription
binarybyteaThe binary representation of an H3-encoded grid object.

Example

SELECT st_h3frombinary('\x010100ffff9f6826a18408');

Output:

    st_h3frombinary
------------------------
 010100FFFF9F6826A18408