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

Function HashBsonValueComparable

pg_documentdb_core/src/query/bson_hash.c:138–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138uint32_t
139HashBsonValueComparable(const bson_value_t *bsonIterValue, uint32_t seed)
140{
141 const char *collationString = NULL;
142 return (uint32_t) HashBsonValueCompare(bsonIterValue, HashBytesUint32AsUint64,
143 HashCombineUint32AsUint64, seed,
144 collationString);
145}
146
147
148/*

Callers

nothing calls this directly

Calls 1

HashBsonValueCompareFunction · 0.85

Tested by

no test coverage detected