Skip to content

Latest commit

 

History

History
 
 

length

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

length filter

Author: Zhenhao Li

What type of a filter is this?

This filter filters data with the input text length matching a specified threshold.

Supported conditions:

  • greater than: ">"
  • less than: "<"
  • greater equal to: ">="
  • less equal to: "<="
  • equal to: "=="

Why is measuring performance on this split important?

Related Work

What are the limitations of this filter?