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

Method ConstructAllFieldMetaBegin

src/search/search_encoding.h:185–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184
185 std::string ConstructAllFieldMetaBegin() const {
186 std::string dst;
187 PutNamespace(&dst);
188 PutType(&dst, SearchSubkeyType::FIELD_META);
189 PutIndex(&dst);
190 PutFixed32(&dst, 0);
191 return dst;
192 }
193
194 std::string ConstructAllFieldMetaEnd() const {
195 std::string dst;

Callers 1

DropMethod · 0.80

Calls 1

PutFixed32Function · 0.85

Tested by

no test coverage detected