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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to