CatalogOrganizationService.
set_hll_type
set_hll_type(value: HLLType) -> None
Set the organization-level HyperLogLog function family.
Idempotent: creates the `hyperLogLogType` setting if missing, otherwise updates the existing one. The platform exposes this as the `HLL_TYPE` org setting (gdc-nas `HLL_TYPE("hyperLogLogType", SettingConfiguration.HyperLogLogType)`).
Parameters
| name | type | description |
|---|---|---|
| value | HLLType | `"Native"` for StarRocks-native HLL functions (default on the platform side), or `"Presto"` for Presto-compatible HLL functions (use when synopses come from a Presto pipeline; requires the Presto HLL UDFs registered in StarRocks). |