| 1 | //! Various comparison functions for signed and unsigned integers including greater-than, less-than, greater-than-equal-to, less-than-equal-to, equal, not-equal. |
| 2 | use crate::custom_ops::{CustomOperation, CustomOperationBody, Not}; |
| 3 | use crate::data_types::{array_type, scalar_type, ArrayShape, Type, BIT}; |
| 4 | use crate::data_values::Value; |
nothing calls this directly
no outgoing calls
no test coverage detected