Skip to main content

float8_comparison_exp

No description

input float8_comparison_exp {
_eq: float8
_gt: float8
_gte: float8
_in: [float8!]
_is_null: Boolean
_lt: float8
_lte: float8
_neq: float8
_nin: [float8!]
}

Fields

float8_comparison_exp._eq ● float8 scalar

Returns true if the event value is equal to the given value; false otherwise.

float8_comparison_exp._gt ● float8 scalar

Returns true if the event value is greater than the given value; false otherwise.

float8_comparison_exp._gte ● float8 scalar

Returns true if the event value is greater than the given value; false otherwise.

float8_comparison_exp._in ● [float8!] list scalar

Returns true if the event value is equal to one of the given values in the collection; false otherwise.

float8_comparison_exp._is_null ● Boolean scalar

Checks whether the event value is or is not NULL.

float8_comparison_exp._lt ● float8 scalar

Returns true if the event value is less than the given value; false otherwise.

float8_comparison_exp._lte ● float8 scalar

Returns true if the event value is less than the given value; false otherwise.

float8_comparison_exp._neq ● float8 scalar

Returns true if the event value is not equal to the given value; false otherwise.

float8_comparison_exp._nin ● [float8!] list scalar

Returns true if the event value is not equal to any of the given values in the collection; false otherwise.

Member Of

AggregatedPartCountRT_bool_exp input ● AggregatedQuantityRT_bool_exp input ● LatestPositionRT_bool_exp input ● LatestQuantityRT_bool_exp input ● PositionRT_bool_exp input ● QuantityRT_bool_exp input