H3_NOT_ENABLED error class
SQLSTATE: none assigned
<h3Expression>
is disabled or unsupported. Consider enabling Photon or switch to a tier that supports H3 expressions
Parameters
- h3Expression: An H3-related expression.
Explanation
H3 expressions are only supported in Photon-enabled clusters and Databricks SQL warehouses at the Databricks SQL pro tiers.
Mitigation
Use a Photon-enabled cluster or a Databricks SQL warehouse at the Databricks SQL pro tier.
Examples
-- The following with happen in a notebook where Photon is not enabled.
> SELECT h3_resolution('85283473fffffff')
[H3_NOT_ENABLED] h3_resolution is disabled or unsupported. Consider enabling Photon or switch to a tier that supports H3 expressions
Functions emitting the error class
- h3_boundaryasgeojson function
- h3_boundaryaswkb function
- h3_boundaryaswkt function
- h3_centerasgeojson function
- h3_centeraswkb function
- h3_centeraswkt function
- h3_compact function
- h3_coverash3 function
- h3_coverash3string function
- h3_distance function
- h3_h3tostring function
- h3_hexring function
- h3_ischildof function
- h3_ispentagon function
- h3_isvalid function
- h3_kring function
- h3_kringdistances function
- h3_longlatash3 function
- h3_longlatash3string function
- h3_maxchild function
- h3_minchild function
- h3_pointash3 function
- h3_pointash3string function
- h3_polyfillash3 function
- h3_polyfillash3string function
- h3_resolution function
- h3_stringtoh3 function
- h3_tochildren function
- h3_toparent function
- h3_try_distance function
- h3_try_polyfillash3 function
- h3_try_polyfillash3string function
- h3_try_validate function
- h3_uncompact function
- h3_validate function