izveigor commented on code in PR #7008:
URL: https://github.com/apache/arrow-datafusion/pull/7008#discussion_r1267926692


##########
datafusion/expr/src/built_in_function.rs:
##########
@@ -430,7 +430,22 @@ impl BuiltinScalarFunction {
         )
     }
 
-    /// Returns the output [`DataType` of this function
+    /// Returns the dimension [`DataType`] of [`DataType::List`]
+    fn return_dimension(self, input_expr_type: DataType) -> u64 {

Review Comment:
   This is the main codebase, other changes are documentation improvements and 
new aliases.



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

Reply via email to