Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2341
Oid
2342
BsonInOperatorId(void)
2343
{
2344
return GetBinaryOperatorId(&Cache.BsonInOperatorId,
2345
BsonTypeId(),
"@*="
, BsonTypeId());
2346
}
2347
2348
2349
/*
Callers
nothing calls this directly
Calls
2
GetBinaryOperatorId
Function · 0.85
BsonTypeId
Function · 0.85
Tested by
no test coverage detected