ksb.csle.component.operator.transformation
Object that contains message ksb.csle.common.proto.StreamOperatorProto.AddConditionalColumnInfo AddConditionalColumnInfo contains attributes as follows:
message AddConditionalColumnInfo { required string newColumnName = 1; repeated AddColumnRule rules = 2; } message AddColumnRule { required string condition = 1; required string value = 2; }
Operate adding new column in the given rules.
Operate adding new column in the given rules.
Input dataframe
DataFrame Output dataframe has new column.
:: ApplicationDeveloperApi ::
Operator that adds new column in the given rules.