Skip to main content

check_btree_operator_class

Function check_btree_operator_class 

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

Verify the full B-tree law: the physical key is an exact order embedding of the external type’s equality and total-order callbacks for its corpus.