H3_TO_STRING

Converts the representation of the given H3 index to the string representation.

Analyze Syntax

func.h3_to_string(h3)

Analyze Examples

func.h3_to_string(635318325446452991)

┌───────────────────────────────────────┐
 func.h3_to_string(635318325446452991) 
├───────────────────────────────────────┤
 8d11aa6a38826ff                       
└───────────────────────────────────────┘

SQL Syntax

H3_TO_STRING(h3)

SQL Examples

SELECT H3_TO_STRING(635318325446452991);

┌──────────────────────────────────┐
 h3_to_string(635318325446452991) 
├──────────────────────────────────┤
 8d11aa6a38826ff                  
└──────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)