pub fn decode_sparse_vector_key(key: &[u8]) -> Option<SparseVectorKey>Expand description
Decode a sparse vector key.
Returns None if the key doesn’t have the correct format.
pub fn decode_sparse_vector_key(key: &[u8]) -> Option<SparseVectorKey>Decode a sparse vector key.
Returns None if the key doesn’t have the correct format.