MCPcopy Create free account
hub / github.com/apache/kvrocks / ConstructAllFieldDataEnd

Method ConstructAllFieldDataEnd

src/search/search_encoding.h:212–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 std::string ConstructAllFieldDataEnd() const {
213 std::string dst;
214 PutNamespace(&dst);
215 PutType(&dst, SearchSubkeyType::FIELD);
216 PutIndex(&dst);
217 PutFixed32(&dst, (uint32_t)(-1));
218 return dst;
219 }
220
221 std::string ConstructTagFieldData(std::string_view tag, std::string_view key) const {
222 std::string dst;

Callers 1

DropMethod · 0.80

Calls 1

PutFixed32Function · 0.85

Tested by

no test coverage detected