OPERATOR_TO_ALIAS_MAP
OPERATOR_TO_ALIAS_MAP: object
=
=: ("equals" | "eq")[] = ['equals', 'eq']
BETWEEN
BETWEEN: string = "between"
attribute_exists
attribute_exists: string = "notNull"
attribute_not_exists
attribute_not_exists: string = "null"
attribute_type
attribute_type: string = "type"
begins_with
begins_with: string = "beginsWith"
contains
contains: string = "contains"