Skip to main content

interval_comparison_exp

No description

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

Fields

interval_comparison_exp._eq ● interval scalar

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

interval_comparison_exp._gt ● interval scalar

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

interval_comparison_exp._gte ● interval scalar

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

interval_comparison_exp._in ● [interval!] list scalar

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

interval_comparison_exp._is_null ● Boolean scalar

Checks whether the event value is or is not NULL.

interval_comparison_exp._lt ● interval scalar

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

interval_comparison_exp._lte ● interval scalar

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

interval_comparison_exp._neq ● interval scalar

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

interval_comparison_exp._nin ● [interval!] 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