Object that contains message ksb.csle.common.proto.StreamOperatorProto.ExplodeColumnInfo ExplodeColumnInfo contains attributes as follows:
message ExplodeColumnInfo { required string srcColumnName = 1; optional string destColumnName = 2; }
Operate creating a new row for each element in the given array or map column.
Operate creating a new row for each element in the given array or map column.
DataFrame Output dataframe that a new row is added.
:: ApplicationDeveloperApi ::
Operator that creates a new row for each element in the given array or map column.