Skip to content

Finds all icosahedron faces intersected by the given H3 index. Faces are represented as integers from 0-19.

func.h3_get_faces(h3)
func.h3_get_faces(599119489002373119)
┌───────────────────────────────────────┐
│ func.h3_get_faces(599119489002373119) │
├───────────────────────────────────────┤
[0,1,2,3,4]
└───────────────────────────────────────┘
H3_GET_FACES(h3)
SELECT H3_GET_FACES(599119489002373119);
┌──────────────────────────────────┐
│ h3_get_faces(599119489002373119) │
├──────────────────────────────────┤
│ [0,1,2,3,4] │
└──────────────────────────────────┘