Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
SIValue SI_LongVal(int64_t i) {
34
return (SIValue) {
35
.longval = i, .type = T_INT64, .allocation = M_NONE
36
};
37
}
38
39
SIValue SI_DoubleVal(double d) {
40
return (SIValue) {
Callers
15
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
_RdbLoadSIValue
Function · 0.85
Calls
no outgoing calls
Tested by
9
test_recordToString
Function · 0.68
test_map_add
Function · 0.68
test_map_remove
Function · 0.68
test_map_tostring
Function · 0.68
test_hashLong
Function · 0.68
test_array
Function · 0.68
test_hashLongAndBool
Function · 0.68
test_hashLongAndDouble
Function · 0.68
test_set
Function · 0.68