Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 9930540

Browse files
committed
remove db-hits and rows from explain plan
1 parent c1ff56f commit 9930540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypher-shell/src/main/java/org/neo4j/shell/prettyprint/OutputFormatter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ static boolean isNotBlank(String string) {
165165
}
166166

167167

168-
List<String> INFO = asList("Version", "Planner", "Runtime", "Time", "Rows", "DbHits");
168+
List<String> INFO = asList("Version", "Planner", "Runtime");
169169

170170
@Nonnull
171171
static Map<String, Value> info(@Nonnull ResultSummary summary) {

0 commit comments

Comments
 (0)