ksb.csle.component.operator.reduction
Object that contains message ksb.csle.common.proto.StreamOperatorProto.OrderbyFilterInfo OrderbyFilterInfo contains attributes as follows:
message OrderbyFilterInfo { required string keyColName = 1; required Method method = 2 [default = ASC]; required int32 value = 3; enum Method { ASC = 0; DESC = 1; } }
Operates filtering function for data cleaning
Operates filtering function for data cleaning
Input dataframe
DataFrame Output dataframe
:: ApplicationDeveloperApi ::
Operator that selects which rows in a given column of input dataframe should be kept and which rows should be removed. Rows satisfying the given condition are kept, remaining rows are removed.