Linked series aggregation(链接序列聚合(Linked series aggregation))¶
Generates a new time series by performing a linear aggregation on time series data from linked objects. Start from a single object, search around to linked objects, and aggregate series of a given type on these objects.
Event options¶
Event options can be configured to search for event objects and align the time series relative to the event start time. Starting from the same object, search around to event objects, define the start and end time properties, and provide a common key between the time series and event objects. The resulting time series objects and event objects will be inner joined on the common key, and the time series will be filtered to the event start and end times and aligned relative to the event start time before being aggregated. The resulting time series will be in relative time.
Input type¶
Object
Output type¶
Time series
Example¶
Without event options:

With event options:

Usage information¶
| Functionality | Availability |
|---|---|
| Standard Quiver card | Supported |
| Transform table transform | Unsupported |
See also¶
Reference profiles in derived series
中文翻译¶
链接序列聚合(Linked series aggregation)¶
通过对来自链接对象的时序数据执行线性聚合,生成新的时间序列。从单个对象出发,搜索其链接对象,并对这些对象上指定类型的序列进行聚合。
事件选项(Event options)¶
可配置事件选项来搜索事件对象,并将时间序列相对于事件开始时间进行对齐。从同一对象出发,搜索事件对象,定义开始和结束时间属性,并在时间序列与事件对象之间提供公共键。结果中的时间序列对象和事件对象将在公共键上进行内连接,时间序列将被过滤到事件开始和结束时间范围内,并在聚合前相对于事件开始时间进行对齐。生成的时间序列将采用相对时间。
输入类型(Input type)¶
对象(Object)
输出类型(Output type)¶
时间序列(Time series)
示例¶
无事件选项:

有事件选项:

使用信息¶
| 功能 | 可用性 |
|---|---|
| 标准Quiver卡片 | 支持 |
| 转换表转换 | 不支持 |