Function datafusion::functions::math::monotonicity::cos_order

source ·
pub fn cos_order(
    _input: &[ExprProperties],
) -> Result<SortProperties, DataFusionError>
Expand description

Non-increasing on [0, π] and then non-decreasing on [π, 2π]. This pattern repeats periodically with a period of 2π.