Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ SI_DoubleVal
Function
SI_DoubleVal
src/value.c:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
SIValue SI_DoubleVal(double d) {
40
return (SIValue) {
41
.doubleval = d, .type = T_DOUBLE, .allocation = M_NONE
42
};
43
}
44
45
SIValue SI_NullVal(void) {
46
return (SIValue) {
Callers
15
SIValue_FromString
Function · 0.85
SIValue_Add
Function · 0.85
SIValue_Subtract
Function · 0.85
SIValue_Multiply
Function · 0.85
SIValue_Divide
Function · 0.85
SIValue_Modulo
Function · 0.85
SIValue_FromBinary
Function · 0.85
_RdbLoadSIValue
Function · 0.85
_RdbLoadSIValue
Function · 0.85
_RdbLoadSIValue
Function · 0.85
_RdbLoadSIValue
Function · 0.85
_RdbLoadSIValue
Function · 0.85
Calls
no outgoing calls
Tested by
8
test_recordToString
Function · 0.68
test_map_add
Function · 0.68
test_map_remove
Function · 0.68
test_map_tostring
Function · 0.68
test_hashDouble
Function · 0.68
test_array
Function · 0.68
test_hashLongAndDouble
Function · 0.68
test_set
Function · 0.68