The display.array_ux_mode and array_options are currently only honored for array/array_d aggregate column-directives. But we should also honor them if the column is an array.
We should treat these the same as scalar array aggregates. So the order can only refer to its own column and nothing else.
The
display.array_ux_mode
andarray_options
are currently only honored forarray
/array_d
aggregate column-directives. But we should also honor them if the column is an array.We should treat these the same as scalar array aggregates. So the
order
can only refer to its own column and nothing else.