Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/redisgraph-go
/ PropertiesSet
Method
PropertiesSet
query_result.go:361–363 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
359
}
360
361
func
(qr *QueryResult) PropertiesSet() int {
362
return
int(qr.getStat(PROPERTIES_SET))
363
}
364
365
func
(qr *QueryResult) RelationshipsCreated() int {
366
return
int(qr.getStat(RELATIONSHIPS_CREATED))
Callers
3
TestCreateQuery
Function · 0.80
TestQueryStatistics
Function · 0.80
TestNodeMapDatatype
Function · 0.80
Calls
1
getStat
Method · 0.95
Tested by
3
TestCreateQuery
Function · 0.64
TestQueryStatistics
Function · 0.64
TestNodeMapDatatype
Function · 0.64