numeric_comparison_exp
No description
input numeric_comparison_exp {
_eq: numeric
_gt: numeric
_gte: numeric
_in: [numeric!]
_is_null: Boolean
_lt: numeric
_lte: numeric
_neq: numeric
_nin: [numeric!]
}
Fields
numeric_comparison_exp._eq ● numeric scalar
Returns true if the event value is equal to the given value; false otherwise.
numeric_comparison_exp._gt ● numeric scalar
Returns true if the event value is greater than the given value; false otherwise.
numeric_comparison_exp._gte ● numeric scalar
Returns true if the event value is greater than the given value; false otherwise.
numeric_comparison_exp._in ● [numeric!] list scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
numeric_comparison_exp._is_null ● Boolean scalar
Checks whether the event value is or is not NULL.
numeric_comparison_exp._lt ● numeric scalar
Returns true if the event value is less than the given value; false otherwise.
numeric_comparison_exp._lte ● numeric scalar
Returns true if the event value is less than the given value; false otherwise.
numeric_comparison_exp._neq ● numeric scalar
Returns true if the event value is not equal to the given value; false otherwise.
numeric_comparison_exp._nin ● [numeric!] list scalar
Returns true if the event value is not equal to any of the given values in the collection; false otherwise.
Member Of
AggregatedAlarmsRT_bool_exp input ● CycleTimeStatsRT_bool_exp input