H3_CELL_AREA_RADS2 (Lakehouse v1)
Returns the exact area of specific cell in square radians.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_cell_area_rads2(h3)Analyze Examples
Section titled “Analyze Examples”func.h3_cell_area_rads2(599119489002373119)
┌─────────────────────────────────────────────┐│ func.h3_cell_area_rads2(599119489002373119) │├─────────────────────────────────────────────┤│ 0.000003148224310427697 │└─────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_CELL_AREA_RADS2(h3)SQL Examples
Section titled “SQL Examples”SELECT H3_CELL_AREA_RADS2(599119489002373119);
┌────────────────────────────────────────┐│ h3_cell_area_rads2(599119489002373119) │├────────────────────────────────────────┤│ 0.000003148224310427697 │└────────────────────────────────────────┘