alamb commented on code in PR #8046:
URL: https://github.com/apache/arrow-datafusion/pull/8046#discussion_r1398505801
##########
datafusion/execution/src/registry.rs:
##########
@@ -34,6 +34,17 @@ pub trait FunctionRegistry {
/// Returns a reference to the udwf named `name`.
fn udwf(&self, name: &str) -> Result<Arc<WindowUDF>>;
+
+ /// Registers a new `ScalarUDF`, returning any previously registered
Review Comment:
this is a new proposed API -- to allow registering new scalar UDFs with a
FunctionRegistry.
--
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]