ksb.csle.component.operator.reduction
Object that contains message ksb.csle.common.proto.StreamOperatorProto.AggregateTimeWindowInfo AggregateTimeWindowInfo contains attributes as follows:
message AggregateTimeWindowInfo { required Scope scope = 4 [default = SCOPE_ALL]; repeated int32 selectedColumnId = 5; repeated SubParameter subParam = 6; enum Scope { SCOPE_ALL = 0; SCOPE_SELECTED = 1; } }
Operates aggregateTimeWindow.
Operates aggregateTimeWindow.
Input dataframe
DataFrame Output dataframe
:: ApplicationDeveloperApi ::
Operator that aggregates time window in the given dataframe. Note: Input dataframe must have a Unix time stamp column(in seconds).