Devolver la celda padre temporal en la resolución dada
cellToParent(cell,integer) → cell cellToParent(tcell,integer) → tcell cellToParent(tcell) → tcell
Devolver el ancestro de una celda en la resolución más gruesa dada. La forma estática toma una única cell; la forma temporal devuelve el ancestro de cada celda de una trayectoria. La forma sin argumento desciende a la resolución inmediatamente más gruesa.
SELECT getResolution(cellToParent(h3index '8a2a1072b59ffff', 5)); -- 5 SELECT getResolution(cellToParent(th3index '8a2a1072b59ffff@2001-01-01', 5)); -- 5@2001-01-01 SELECT getResolution(cellToParent(quadbin '48a6227affffffff', 5)); -- 5 SELECT getResolution(cellToParent(tquadbin '48a6227affffffff@2001-01-01', 5)); -- 5@2001-01-01 SELECT getResolution(cellToParent(s2cell '47c3c', 5)); -- 5 SELECT getResolution(cellToParent(ts2cell '47c3c@2001-01-01', 5)); -- 5@2001-01-01