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


##########
datafusion/spark/src/lib.rs:
##########
@@ -55,9 +55,11 @@
 //! # impl FunctionRegistry for SessionContext {
 //! #    fn register_udf(&mut self, _udf: Arc<ScalarUDF>) -> 
Result<Option<Arc<ScalarUDF>>> { Ok (None) }
 //! #    fn udfs(&self) -> HashSet<String> { unimplemented!() }
+//! #    fn udhofs(&self) -> HashSet<String> { unimplemented!() }
 //! #    fn udafs(&self) -> HashSet<String> { unimplemented!() }
 //! #    fn udwfs(&self) -> HashSet<String> { unimplemented!() }
 //! #    fn udf(&self, _name: &str) -> Result<Arc<ScalarUDF>> { 
unimplemented!() }
+//! #    fn udhof(&self, name: &str) -> Result<Arc<dyn HigherOrderUDF>> { 
unimplemented!() }

Review Comment:
   all occurences of udhof renamed to higher_order_function in 
https://github.com/apache/datafusion/pull/21679/changes/bee43c377dc74ef50ba9857e727e2856ea45c251
   If some were unnecessary just let me know, thanks



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