ksb.csle.component.operator.transformation
Object that contains message ksb.csle.common.proto.StreamOperatorProto.AsNullReplaceOperatorInfo AsNullReplaceOperatorInfo contains attributes as follows:
message AsNullReplaceOperatorInfo { required bool EmpytStringAsNullReplace = 1 [default = true]; required bool ZeroAsNullReplace = 2 [default = false]; }
Operates AsNullReplacer function using following params.
Operates AsNullReplacer function using following params.
Input dataframe
DataFrame Output dataframe
:: ApplicationDeveloperApi ::
Operator that replaces empty string and 0 value with null value.