STRING_TO_H3
Converts the string representation to H3 (uint64) representation.
Analyze Syntax
func.string_to_h3(h3)
Analyze Examples
func.string_to_h3('8d11aa6a38826ff')
┌──────────────────────────────────────┐
│ func.string_to_h3('8d11aa6a38826ff') │
├──────────────────────────────────────┤
│ 635318325446452991 │
└──────────────────────────────────────┘
SQL Syntax
STRING_TO_H3(h3)
SQL Examples
SELECT STRING_TO_H3('8d11aa6a38826ff');
┌─────────────────────────────────┐
│ string_to_h3('8d11aa6a38826ff') │
├─────────────────────────────────┤
│ 635318325446452991 │
└─────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)