SemyonSinchenko commented on PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#issuecomment-2503288806
Why not to use an `array_length` from [the Datafusion](https://datafusion.apache.org/user-guide/expressions.html#array-expressions) instead? ``` array_length(array, dimension) Returns the length of the array dimension. array_length([1, 2, 3, 4, 5]) -> 5 ``` It looks like it does the same. -- 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]
