pub fn acos_order(
input: &[ExprProperties],
) -> Result<SortProperties, DataFusionError>
Available on crate feature
math_expressions
only.Expand description
Non-increasing on the interval [−1, 1], undefined otherwise.
pub fn acos_order(
input: &[ExprProperties],
) -> Result<SortProperties, DataFusionError>
math_expressions
only.Non-increasing on the interval [−1, 1], undefined otherwise.