ksb.csle.component.operator.transformation
Object that contains message ksb.csle.common.proto.StreamOperatorProto.PivotInfo PivotInfo contains attributes as follows:
message PivotInfo { required int32 selectedColumnId = 4; required string groupByColumn = 5; required string valueColumn = 6; required Method method = 7 [default = AVG]; enum Method { AVG = 0; SUM = 1; } }
Operates Pivot.
Operates Pivot.
Input dataframe
DataFrame Output dataframe
:: ApplicationDeveloperApi ::
Operator that rotates the given dataframe by grouping multiple rows of same groups to single rows.