MCPcopy 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
361func (qr *QueryResult) PropertiesSet() int {
362 return int(qr.getStat(PROPERTIES_SET))
363}
364
365func (qr *QueryResult) RelationshipsCreated() int {
366 return int(qr.getStat(RELATIONSHIPS_CREATED))

Callers 3

TestCreateQueryFunction · 0.80
TestQueryStatisticsFunction · 0.80
TestNodeMapDatatypeFunction · 0.80

Calls 1

getStatMethod · 0.95

Tested by 3

TestCreateQueryFunction · 0.64
TestQueryStatisticsFunction · 0.64
TestNodeMapDatatypeFunction · 0.64