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

Function BsonValueAsDouble

pg_documentdb_core/src/query/bson_compare.c:529–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527
528
529double
530BsonValueAsDouble(const bson_value_t *value)
531{
532 bool quiet = false;
533 return BsonValueAsDoubleCore(value, quiet);
534}
535
536
537/*

Callers 15

DivideBsonValueNumbersFunction · 0.85
AddDoubleToValueFunction · 0.85
IsBsonValueNaNFunction · 0.85
IsBsonValueInfinityFunction · 0.85
EvaluateMetaSearchScoreFunction · 0.85
ParseIndexDefKeyDocumentFunction · 0.85
ParseCompactCommandSpecFunction · 0.85

Calls 1

BsonValueAsDoubleCoreFunction · 0.85

Tested by

no test coverage detected