ksb.csle.component.operator.transformation
Object that contains message ksb.csle.common.proto.StreamOperatorProto.TransposeInfo TransposeInfo contains attributes as follows:
message TransposeInfo {
required string selectedColumnName = 3;
}
Operates transpose function.
Operates transpose function.
Input dataframe
DataFrame Output dataframe
:: ApplicationDeveloperApi ::
Operator that converts the dataframe with single column to the dataframe with one row. It can be used to transpose one column to one row.