ST_H3FromBinary

更新时间:
复制 MD 格式

Converts a binary-encoded H3Grid object (bytea) to the H3Grid data type.

Syntax

h3grid ST_H3FromBinary(bytea binary);

Parameters

ParameterDescription
binaryThe grid object of the H3Grid data type.

Examples

SELECT st_h3frombinary('\x010100ffff9f6826a18408');

Output:

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