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

Function HashBsonComparable

pg_documentdb_core/src/query/bson_hash.c:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119uint32_t
120HashBsonComparable(bson_iter_t *bsonIterValue, uint32_t seed)
121{
122 const char *collationString = NULL;
123 return (uint32_t) BsonHashCompare(bsonIterValue,
124 HashBytesUint32AsUint64,
125 HashCombineUint32AsUint64, seed, collationString);
126}
127
128
129uint64

Callers 1

DensifyFullKeyHashFuncFunction · 0.85

Calls 1

BsonHashCompareFunction · 0.85

Tested by

no test coverage detected