Skip to main content

timestamp_comparison_exp

No description

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

Fields

timestamp_comparison_exp._eq ● timestamp scalar

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

timestamp_comparison_exp._gt ● timestamp scalar

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

timestamp_comparison_exp._gte ● timestamp scalar

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

timestamp_comparison_exp._in ● [timestamp!] list scalar

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

timestamp_comparison_exp._is_null ● Boolean scalar

Checks whether the event value is or is not NULL.

timestamp_comparison_exp._lt ● timestamp scalar

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

timestamp_comparison_exp._lte ● timestamp scalar

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

timestamp_comparison_exp._neq ● timestamp scalar

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

timestamp_comparison_exp._nin ● [timestamp!] list scalar

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

Member Of

ActivitySet_bool_exp input ● business_machine_bool_exp input