Describe the bug
Currently converting ListView to List goes through scalar operations. Ideally we would avoid double copy (to a scalar and to the target array) to produce list arrays
To Reproduce
No response
Expected behavior
No response
Additional context
No response