interpolated_state_timeline.
Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| agg | StateAgg | - | ✔ | The aggregate from which to get a timeline |
Returns
| Column | Type | Description |
|---|---|---|
| state | TEXT | BIGINT | A state found in the state aggregate |
| start_time | TIMESTAMPTZ | The time when the state started (inclusive) |
| end_time | TIMESTAMPTZ | The time when the state ended (exclusive) |