Weijun-H commented on code in PR #11801:
URL: https://github.com/apache/datafusion/pull/11801#discussion_r1703104387
##########
datafusion/expr/src/signature.rs:
##########
@@ -145,6 +145,9 @@ pub enum ArrayFunctionSignature {
/// The function takes a single argument that must be a
List/LargeList/FixedSizeList
/// or something that can be coerced to one of those types.
Array,
+ /// Specialized Signature for MapArray
+ /// The function takes a single argument that must be a MapArray
+ MapArray,
Review Comment:
introduce `MapArray` in the function signature
--
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]