| 1 | //! Minimum and maximum operations. They operate on unsigned integers represented as bitstrings. |
| 2 | use crate::custom_ops::{CustomOperation, CustomOperationBody}; |
| 3 | use crate::data_types::{array_type, Type}; |
| 4 | use crate::errors::Result; |
nothing calls this directly
no outgoing calls
no test coverage detected