Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的行键由 4 个组件组成:a、b、c、d 字段 a、b、c、d 是通过应用初始输入 A、B、C、D 的一些哈希函数来计算的。最后,每个组件都被转换为字节并像这样填充直到 d。
现在我想搜索特定的行,让我们在 d 上说。我将如何实现这一目标。
有像 RegexStringComparator 和 SubstringComparator 这样的比较器,但它们以字符串的形式询问输入。
我怎样才能做到这一点?
您可以在此处查找他们的代码,并查看他们还将给定的字符串 expr 转换为字节。