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

Function BsonQueryOperatorId

pg_documentdb/src/metadata/metadata_cache.c:2376–2381  ·  view source on GitHub ↗

* BsonQueryOperatorId returns the OID of the @@ operator. */

Source from the content-addressed store, hash-verified

2374 * BsonQueryOperatorId returns the OID of the <bson> @@ <bson> operator.
2375 */
2376Oid
2377BsonQueryOperatorId(void)
2378{
2379 return GetBinaryOperatorId(&Cache.BsonQueryOperatorId,
2380 BsonTypeId(), "@@", BsonTypeId());
2381}
2382
2383
2384/*

Callers 3

bson_query_matchFunction · 0.85

Calls 2

GetBinaryOperatorIdFunction · 0.85
BsonTypeIdFunction · 0.85

Tested by

no test coverage detected