H3_GET_FACES
Finds all icosahedron faces intersected by the given H3 index. Faces are represented as integers from 0-19.
Analyze Syntax
func.h3_get_faces(h3)
Analyze Examples
func.h3_get_faces(599119489002373119)
┌───────────────────────────────────────┐
│ func.h3_get_faces(599119489002373119) │
├───────────────────────────────────────┤
│ [0,1,2,3,4] │
└───────────────────────────────────────┘
SQL Syntax
H3_GET_FACES(h3)
SQL Examples
SELECT H3_GET_FACES(599119489002373119);
┌──────────────────────────────────┐
│ h3_get_faces(599119489002373119) │
├──────────────────────────────────┤
│ [0,1,2,3,4] │
└──────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)