Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
529
double
530
BsonValueAsDouble(const bson_value_t *value)
531
{
532
bool quiet = false;
533
return BsonValueAsDoubleCore(value, quiet);
534
}
535
536
537
/*
Callers
15
DivideBsonValueNumbers
Function · 0.85
MultiplyWithFactorAndUpdate
Function · 0.85
AddDoubleToValue
Function · 0.85
IsBsonValueNaN
Function · 0.85
IsBsonValueInfinity
Function · 0.85
ValidateSortSpecAndSetSortContext
Function · 0.85
EvaluateMetaSearchScore
Function · 0.85
command_bson_extract_vector_base
Function · 0.85
ParseIndexDefDocumentInternal
Function · 0.85
ParseIndexDefKeyDocument
Function · 0.85
ParseCompactCommandSpec
Function · 0.85
ParseFindAndModifyMessage
Function · 0.85
Calls
1
BsonValueAsDoubleCore
Function · 0.85
Tested by
no test coverage detected