Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/documentdb/documentdb
/ BsonValueIsNumber
Function
BsonValueIsNumber
pg_documentdb_core/include/io/bsonvalue_utils.h:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
91
static inline bool
92
BsonValueIsNumber(const bson_value_t *value)
93
{
94
return BsonTypeIsNumber(value->value_type);
95
}
96
97
98
static pg_attribute_no_sanitize_alignment() inline bool
Callers
15
MultiplyWithFactorAndUpdate
Function · 0.85
BsonValueAsInt64WithRoundingMode
Function · 0.85
ValidateSortSpecAndSetSortContext
Function · 0.85
ParseIVFCreationSpec
Function · 0.85
ParseHNSWCreationSpec
Function · 0.85
command_bson_extract_vector_base
Function · 0.85
command_coll_stats_aggregation
Function · 0.85
ParseIndexDefDocumentInternal
Function · 0.85
ParseCosmosSearchOptionsDoc
Function · 0.85
ParseIndexSpecSetCollModOptions
Function · 0.85
ProcessDollarSubstrBytes
Function · 0.85
ProcessDollarSubstrCP
Function · 0.85
Calls
1
BsonTypeIsNumber
Function · 0.85
Tested by
no test coverage detected