📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

H3_GET_BASE_CELL



Returns the base cell number of the given H3 index.

Syntax

H3_GET_BASE_CELL(h3)

Examples

SELECT H3_GET_BASE_CELL(644325524701193974); ┌──────────────────────────────────────┐ │ h3_get_base_cell(644325524701193974) │ ├──────────────────────────────────────┤ │ 8 │ └──────────────────────────────────────┘

Was this page helpful?