MCPcopy 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
39SIValue SI_DoubleVal(double d) {
40 return (SIValue) {
41 .doubleval = d, .type = T_DOUBLE, .allocation = M_NONE
42 };
43}
44
45SIValue SI_NullVal(void) {
46 return (SIValue) {

Callers 15

SIValue_FromStringFunction · 0.85
SIValue_AddFunction · 0.85
SIValue_SubtractFunction · 0.85
SIValue_MultiplyFunction · 0.85
SIValue_DivideFunction · 0.85
SIValue_ModuloFunction · 0.85
SIValue_FromBinaryFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85

Calls

no outgoing calls

Tested by 8

test_recordToStringFunction · 0.68
test_map_addFunction · 0.68
test_map_removeFunction · 0.68
test_map_tostringFunction · 0.68
test_hashDoubleFunction · 0.68
test_arrayFunction · 0.68
test_hashLongAndDoubleFunction · 0.68
test_setFunction · 0.68