STRING_TO_H3
Converts the string representation to H3 (uint64) representation.
Syntax
STRING_TO_H3(h3)
Examples
SELECT STRING_TO_H3('8d11aa6a38826ff');
┌─────────────────────────────────┐
│ string_to_h3('8d11aa6a38826ff') │
├─────────────────────────────────┤
│ 635318325446452991 │
└─────────────────────────────────┘