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

Method ConstructAllFieldDataBegin

src/search/search_encoding.h:203–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 }
202
203 std::string ConstructAllFieldDataBegin() const {
204 std::string dst;
205 PutNamespace(&dst);
206 PutType(&dst, SearchSubkeyType::FIELD);
207 PutIndex(&dst);
208 PutFixed32(&dst, 0);
209 return dst;
210 }
211
212 std::string ConstructAllFieldDataEnd() const {
213 std::string dst;

Callers 1

DropMethod · 0.80

Calls 1

PutFixed32Function · 0.85

Tested by

no test coverage detected