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

Method ConstructAllFieldMetaEnd

src/search/search_encoding.h:194–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 std::string ConstructAllFieldMetaEnd() const {
195 std::string dst;
196 PutNamespace(&dst);
197 PutType(&dst, SearchSubkeyType::FIELD_META);
198 PutIndex(&dst);
199 PutFixed32(&dst, (uint32_t)(-1));
200 return dst;
201 }
202
203 std::string ConstructAllFieldDataBegin() const {
204 std::string dst;

Callers 1

DropMethod · 0.80

Calls 1

PutFixed32Function · 0.85

Tested by

no test coverage detected