MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / toPredicate

Method toPredicate

src/ExtOperator.actor.cpp:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191struct ExtValueOperatorEq {
192 static const char* name;
193 static Reference<IPredicate> toPredicate(std::string const& unencoded_path, bson::BSONElement const& element) {
194 return eq_predicate(element, unencoded_path);
195 }
196};
197REGISTER_VALUE_OPERATOR(ExtValueOperatorEq, "$eq");
198

Callers

nothing calls this directly

Calls 1

eq_predicateFunction · 0.85

Tested by

no test coverage detected