DInterval is the interval Datum.
| 2497 | |
| 2498 | // DInterval is the interval Datum. |
| 2499 | type DInterval struct { |
| 2500 | duration.Duration |
| 2501 | } |
| 2502 | |
| 2503 | // NewDInterval creates a new DInterval. |
| 2504 | func NewDInterval(d duration.Duration, itm types.IntervalTypeMetadata) *DInterval { |
nothing calls this directly
no outgoing calls
no test coverage detected