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

Function SI_Point

src/value.c:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114SIValue SI_Point(float latitude, float longitude) {
115 return (SIValue) {
116 .type = T_POINT, .allocation = M_NONE,
117 .point = {.latitude = latitude, .longitude = longitude}
118 };
119}
120
121/* Make an SIValue that reuses the original's allocations, if any.
122 * The returned value is not responsible for freeing any allocations,

Callers 7

SIValue_FromBinaryFunction · 0.85
_RdbLoadPointFunction · 0.85
_RdbLoadPointFunction · 0.85
_RdbLoadPointFunction · 0.85
_RdbLoadPointFunction · 0.85
_RdbLoadPointFunction · 0.85
AR_TOPOINTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected