Optional
isIs null (if true
is specified) or is not null (if false
is specified).
Optional
equalEqual to the specified value.
Optional
notNot equal to the specified value.
Optional
distinctNot equal to the specified value, treating null like an ordinary value.
Optional
notEqual to the specified value, treating null like an ordinary value.
Optional
inIncluded in the specified list.
Optional
notNot included in the specified list.
Optional
lessLess than the specified value.
Optional
lessLess than or equal to the specified value.
Optional
greaterGreater than the specified value.
Optional
greaterGreater than or equal to the specified value.
A filter to be used against BigFloat fields. All fields are combined with a logical ‘and.’