MCPcopy Create free account
hub / github.com/documentdb/documentdb / BsonInOperatorId

Function BsonInOperatorId

pg_documentdb/src/metadata/metadata_cache.c:2341–2346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2339
2340
2341Oid
2342BsonInOperatorId(void)
2343{
2344 return GetBinaryOperatorId(&Cache.BsonInOperatorId,
2345 BsonTypeId(), "@*=", BsonTypeId());
2346}
2347
2348
2349/*

Callers

nothing calls this directly

Calls 2

GetBinaryOperatorIdFunction · 0.85
BsonTypeIdFunction · 0.85

Tested by

no test coverage detected