CoollZzz opened a new pull request, #122:
URL: https://github.com/apache/iotdb-extras/pull/122

   ## Description
   
   This PR adds backend expansion for Grafana's `$__interval` and 
`$__interval_ms` macros in table-model SQL queries.
   
   The implementation follows the existing backend expansion path used by 
`$__timeFilter`, `$__timeFrom`, and `$__timeTo`. The interval value comes 
directly from `backend.DataQuery.Interval` and is not recalculated by the 
plugin.
   
   ### Runtime interval propagation
   
   A runtime-only field is added to the decoded query model:
   
   ```go
   IntervalMS int64 `json:"-"`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to