catalog_organization.

get_hll_type

get_hll_type() -> HLLType | None

Return the current `hyperLogLogType` value, or `None` if unset.

Parameters

None

Returns

typedescription
HLLType | None

Example

current = sdk.catalog_organization.get_hll_type()
if current is None:
    sdk.catalog_organization.set_hll_type("Native")