MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / SI_LongVal

Function SI_LongVal

src/value.c:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33SIValue SI_LongVal(int64_t i) {
34 return (SIValue) {
35 .longval = i, .type = T_INT64, .allocation = M_NONE
36 };
37}
38
39SIValue SI_DoubleVal(double d) {
40 return (SIValue) {

Callers 15

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
_RdbLoadSIValueFunction · 0.85

Calls

no outgoing calls

Tested by 9

test_recordToStringFunction · 0.68
test_map_addFunction · 0.68
test_map_removeFunction · 0.68
test_map_tostringFunction · 0.68
test_hashLongFunction · 0.68
test_arrayFunction · 0.68
test_hashLongAndBoolFunction · 0.68
test_hashLongAndDoubleFunction · 0.68
test_setFunction · 0.68