WithStartEnd clone the current request with different start and end timestamp.
(startTime int64, endTime int64)
| 101 | GetLogicalPlan() logicalplan.Plan |
| 102 | // WithStartEnd clone the current request with different start and end timestamp. |
| 103 | WithStartEnd(startTime int64, endTime int64) Request |
| 104 | // WithQuery clone the current request with a different query. |
| 105 | WithQuery(string) Request |
| 106 | proto.Message |
no outgoing calls