Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/ROOT/pages/clauses/transaction-clauses.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ For details, see xref::planning-and-tuning/runtimes/index.adoc[Cypher runtime].
m| STRING

m| indexes
a| The indexes utilised by the query currently executing in this transaction, or `null` if no query is currently executing.
a| The indexes utilized by the query currently executing in this transaction, or `null` if no query is currently executing.
If the `currentQuery` uses xref:clauses/match.adoc#dynamic-match[dynamic values], this column will return an empty list `[]`, regardless of any available indexes.
m| LIST<MAP>


Expand Down