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

Function BsonLessThanOperatorId

pg_documentdb/src/metadata/metadata_cache.c:6635–6640  ·  view source on GitHub ↗

* BsonLessThanOperatorId returns the OID of the < operator. */

Source from the content-addressed store, hash-verified

6633 * BsonLessThanOperatorId returns the OID of the <bson> < <bson> operator.
6634 */
6635Oid
6636BsonLessThanOperatorId(void)
6637{
6638 return GetCoreBinaryOperatorId(&Cache.BsonLessThanOperatorId,
6639 BsonTypeId(), "<", BsonTypeId());
6640}
6641
6642
6643/*

Callers 9

MakeUpperBoundIdExprFunction · 0.85
CheckAndAddIdFilterFunction · 0.85
HandleDistinctFunction · 0.85
HandleGroupCoreFunction · 0.85
HandleDensifyFunction · 0.85
WriterSingleQualFunction · 0.85

Calls 2

GetCoreBinaryOperatorIdFunction · 0.85
BsonTypeIdFunction · 0.85

Tested by

no test coverage detected