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

Function BsonOrderByFunctionOid

pg_documentdb/src/metadata/metadata_cache.c:5166–5171  ·  view source on GitHub ↗

* BsonOrderByFunctionId returns the OID of the bson_orderby( , ) function. */

Source from the content-addressed store, hash-verified

5164 * BsonOrderByFunctionId returns the OID of the bson_orderby(<bson>, <bson>) function.
5165 */
5166Oid
5167BsonOrderByFunctionOid(void)
5168{
5169 return GetBinaryOperatorFunctionId(&Cache.BsonOrderByFunctionId,
5170 "bson_orderby", BsonTypeId(), BsonTypeId());
5171}
5172
5173
5174Oid

Callers 9

IsSortPathFunctionOidFunction · 0.85
GetSortDetailsFunction · 0.85
HandleSortFunction · 0.85
SetAccumulatorSortOrderFunction · 0.85
GetDensifyQueryExprsFunction · 0.85
LogSortKeysCoreFunction · 0.85

Calls 2

BsonTypeIdFunction · 0.85

Tested by

no test coverage detected