Object that contains message ksb.csle.common.proto.StreamOperatorProto.ReshapeWithConcatInfo ReshapeWithConcatInfo contains attributes as follows:
message ReshapeWithConcatInfo { repeated int32 selectedColumnId = 4; required string delimiter = 5; required string valueColName = 6; required Condition condition = 7 [default = KEEP_ORIGINAL_AND_RESULT]; enum Condition { KEEP_ORIGINAL_AND_RESULT = 0; REPLACE_SELECTED_WITH_RESULT = 1; REFINEMENT_RESULT_ONLY = 2; } }
Operates reshapeWithConcat.
Operates reshapeWithConcat.
Input dataframe
DataFrame Output dataframe
:: ApplicationDeveloperApi ::
Operator that reshapes with row concatenation in the given dataframe.