gstvg commented on code in PR #21679:
URL: https://github.com/apache/datafusion/pull/21679#discussion_r3104939524


##########
datafusion/session/src/session.rs:
##########
@@ -111,6 +113,9 @@ pub trait Session: Send + Sync {
     /// Return reference to scalar_functions
     fn scalar_functions(&self) -> &HashMap<String, Arc<ScalarUDF>>;
 
+    /// Return reference to higher_order_functions
+    fn higher_order_functions(&self) -> &HashMap<String, Arc<dyn 
HigherOrderUDF>>;

Review Comment:
   Not against it, but #20312 also added a [breking 
method](http://github.com/apache/datafusion/pull/20312/changes#diff-17ba62dbf650241ba0c0bdbead7d18aa3f0b25144c352c56f97e28ba8d9a68afR120-R121).
 If both PR get's released together then I think this doesn't do much a 
difference, WDYT?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to