@return The full query
()
| 737 | |
| 738 | /** @return The full query */ |
| 739 | public TSQuery getQuery() { |
| 740 | return query; |
| 741 | } |
| 742 | |
| 743 | /** @return When the query was received and started executing, in ms */ |
| 744 | public long getQueryStartTimestamp() { |
no outgoing calls
no test coverage detected