pub fn test_take_conformance(array: &dyn Array)Expand description
Test conformance of the take compute function for an array.
This function tests various scenarios including:
- Taking all elements
- Taking no elements
- Taking selective elements
- Taking with out-of-bounds indices (should panic)
- Taking with nullable indices
- Edge cases like empty arrays