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

Function BsonEqualOperatorId

pg_documentdb/src/metadata/metadata_cache.c:2352–2357  ·  view source on GitHub ↗

* BsonEqualOperatorId returns the OID of the = operator. */

Source from the content-addressed store, hash-verified

2350 * BsonEqualOperatorId returns the OID of the <bson> = <bson> operator.
2351 */
2352Oid
2353BsonEqualOperatorId(void)
2354{
2355 return GetCoreBinaryOperatorId(&Cache.BsonEqualOperatorId,
2356 BsonTypeId(), "=", BsonTypeId());
2357}
2358
2359
2360/*

Callers 12

TraverseQualsAndExtractFunction · 0.85
CheckAndAddIdFilterFunction · 0.85
HandleDistinctFunction · 0.85
HandleGroupCoreFunction · 0.85
HandleDensifyFunction · 0.85
ProcessLookupCoreWithLetFunction · 0.85
CreateSingleJoinExprFunction · 0.85
WriterSingleQualFunction · 0.85

Calls 2

GetCoreBinaryOperatorIdFunction · 0.85
BsonTypeIdFunction · 0.85

Tested by

no test coverage detected