2010YOUY01 commented on code in PR #7820:
URL: https://github.com/apache/arrow-datafusion/pull/7820#discussion_r1359693096
##########
datafusion/physical-expr/src/functions.rs:
##########
@@ -964,47 +957,6 @@ fn func_order_in_one_dimension(
}
}
-/// This function specifies monotonicity behaviors for built-in scalar
functions.
-/// The list can be extended, only mathematical and datetime functions are
-/// considered for the initial implementation of this feature.
-pub fn get_func_monotonicity(fun: &BuiltinScalarFunction) ->
Option<FuncMonotonicity> {
Review Comment:
Thank you, I also think deprecation is better
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]