We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75be3e commit bf3f6e3Copy full SHA for bf3f6e3
lib/visualization/components/queryPlan.coffee
@@ -104,6 +104,10 @@ neo.queryPlan = (element)->
104
wordWrap(identifiers.filter((d) -> not (/^ /.test(d))).join(', '), 'identifiers')
105
details.push { className: 'padding' }
106
107
+ if index = operator.Index
108
+ wordWrap(index, 'index')
109
+ details.push { className: 'padding' }
110
+
111
if expression = operator.LegacyExpression ? operator.ExpandExpression ? operator.LabelName
112
wordWrap(expression, 'expression')
113
0 commit comments