Skip to main content

check_bitmap_operator_class

Function check_bitmap_operator_class 

Source
pub fn check_bitmap_operator_class<T, K>(
    encode_key: fn(T) -> PluginResult<K>,
) -> PluginResult<()>
Expand description

Bitmap keys may coalesce byte representation only when the external values are semantically equal; otherwise exact lookup and uniqueness would diverge.