MCPcopy Create free account
hub / github.com/RedisGraph/redisgraph-go / InternalExecutionTime

Method InternalExecutionTime

query_result.go:382–384  ·  view source on GitHub ↗

Returns the query internal execution time in milliseconds

()

Source from the content-addressed store, hash-verified

380
381// Returns the query internal execution time in milliseconds
382func (qr *QueryResult) InternalExecutionTime() float64 {
383 return qr.getStat(INTERNAL_EXECUTION_TIME)
384}
385
386func (qr *QueryResult) CachedExecution() int {
387 return int(qr.getStat(CACHED_EXECUTION))

Callers 2

TestQueryStatisticsFunction · 0.80
TestNodeMapDatatypeFunction · 0.80

Calls 1

getStatMethod · 0.95

Tested by 2

TestQueryStatisticsFunction · 0.64
TestNodeMapDatatypeFunction · 0.64