Similar to special-casing validity, we can special-case indices to something like this: ```rust enum Indices { Stride(...), Ranges(...), Array(ArrayRef), } ``` This would then be passed as an argument to e.g. the TakeFn
Similar to special-casing validity, we can special-case indices to something like this:
This would then be passed as an argument to e.g. the TakeFn