# Functions
BasicSQLizer gets the SQLQueries from the provided filter.
InSQLizer creates the SQLQueries for the 'IN' and 'NOT IN' filter Operators.
NullSQLizer is the SQLizer function that returns NULL'ed queries.
ParseFilters parses the filters into SQLQueries for the provided scope.
RegisterSQLizer registers new SQLizer function for the provided operator.
SplitFilterStrings splits the filter string value into array of strings.
SQLOperator gets the operator sql name.
StringOperatorsSQLizer creates the SQLQueries for the provided filter values.
# Type aliases
SQLizer is the function that sqlizes provided OperatorValuePair.
SQLQueries is the wrapper arount the SQL queries value.