@return A map with the subset of query measurements, not including scanners or sub queries
()
| 758 | /** @return A map with the subset of query measurements, not including scanners |
| 759 | * or sub queries */ |
| 760 | public Map<String, Object> getStats() { |
| 761 | return getStats(false, false); |
| 762 | } |
| 763 | |
| 764 | /** |
| 765 | * Returns measurements of the given query |