Omega359 commented on code in PR #9435:
URL: https://github.com/apache/arrow-datafusion/pull/9435#discussion_r1510140676


##########
datafusion/functions/src/datetime/mod.rs:
##########
@@ -129,11 +151,22 @@ pub mod expr_fn {
     pub fn to_timestamp_nanos(args: Vec<Expr>) -> Expr {
         super::to_timestamp_nanos().call(args)
     }
+
+    pub fn _date_bin_scalar_udf() -> Arc<ScalarUDF> {

Review Comment:
   I'm not sure happy with having these functions here but I could see no other 
way to provide access to the ScalarUDF



##########
datafusion/functions/src/datetime/mod.rs:
##########
@@ -129,11 +151,22 @@ pub mod expr_fn {
     pub fn to_timestamp_nanos(args: Vec<Expr>) -> Expr {
         super::to_timestamp_nanos().call(args)
     }
+
+    pub fn _date_bin_scalar_udf() -> Arc<ScalarUDF> {

Review Comment:
   I'm not supper happy with having these functions here but I could see no 
other way to provide access to the ScalarUDF



-- 
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]

Reply via email to