System and method for data filtering
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- CHINA UNIONPAY
- Publication Date
- 2012-07-11
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of information processing, in particular to a data filtering system and method based on module free reorganization. Background technique
[0002] There are three types of existing data filtering:
[0003] The first filtering method is completely static, and is based on the established filtering conditions in the program instructions when performing data filtering;
[0004] The second is that the filtering method is fully open dynamic filtering. For example, if a filtering condition is <=9, "<=" as the filtering parameter and "9" as the filtering parameter value will accept any input from the outside, but once the external The input filtering parameters do not conform to the logical attributes of the filtered data item, which will cause data filtering to fail. For example, the value of the filtered data item is a time string, but the filter condition is dynamically set to be less than a certain integer...