()
| 2597 | } |
| 2598 | |
| 2599 | func (m *QueryRangeRequest) GetInstant() bool { |
| 2600 | if x, ok := m.GetXInstant().(*QueryRangeRequest_Instant); ok { |
| 2601 | return x.Instant |
| 2602 | } |
| 2603 | return false |
| 2604 | } |
| 2605 | |
| 2606 | func (m *QueryRangeRequest) GetSkipASTTransformations() []string { |
| 2607 | if m != nil { |