| 254 | | }}} |
| | 254 | |
| | 255 | scan 'ad2_report_base',{STARTROW => '354_229453_20120904_0',ENDROW => '354_229453_20120904_9999',FILTER => "(QualifierFilter (=, 'binaryprefix:c2_0_inline_'))"} |
| | 256 | }}} |
| | 257 | |
| | 258 | 集中比较器的简写[[BR]] |
| | 259 | |
| | 260 | BinaryComparator - binary[[BR]] |
| | 261 | |
| | 262 | |
| | 263 | BinaryPrefixComparator - binaryprefix[[BR]] |
| | 264 | |
| | 265 | |
| | 266 | RegexStringComparator - regexstring[[BR]] |
| | 267 | |
| | 268 | |
| | 269 | SubStringComparator - substring[[BR]] |
| | 270 | |
| | 271 | |
| | 272 | The ComparatorValue can be any value.[[BR]] |
| | 273 | |
| | 274 | |
| | 275 | Example1: >, 'binary:abc' will match everything that is lexicographically greater than "abc"[[BR]] |
| | 276 | |
| | 277 | |
| | 278 | Example2: =, 'binaryprefix:abc' will match everything whose first 3 characters are lexicographically equal to "abc"[[BR]] |
| | 279 | |
| | 280 | |
| | 281 | Example3: !=, 'regexstring:ab*yz' will match everything that doesn't begin with "ab" and ends with "yz"[[BR]] |
| | 282 | |
| | 283 | |
| | 284 | Example4: =, 'substring:abc123' will match everything that begins with the substring "abc123"[[BR]] |
| | 285 | |