GetQuery returns the query of the request.
()
| 97 | GetStep() int64 |
| 98 | // GetQuery returns the query of the request. |
| 99 | GetQuery() string |
| 100 | // GetLogicalPlan returns the logical plan |
| 101 | GetLogicalPlan() logicalplan.Plan |
| 102 | // WithStartEnd clone the current request with different start and end timestamp. |
no outgoing calls