lewiszlw commented on code in PR #13458:
URL: https://github.com/apache/datafusion/pull/13458#discussion_r1847530305
##########
datafusion/expr/src/udf.rs:
##########
@@ -216,6 +217,15 @@ impl ScalarUDF {
self.inner.is_nullable(args, schema)
}
+ /// Returns the field metadata for this function.
+ pub fn metadata(
Review Comment:
Looks like not. This pr is for supporting custom metadata when converting
scalar function expr to schema field during planing.
--
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]