final class atoti.MultiRowArrayConversion
Convert an external table where array values are stored with one value per row to a table with array columns. The external table must have anindex_column and at least one “value” column representing the array elements.
All the table columns except from index_column and the array_columns will become key columns.
Example
external_table has an INDEX column:
It can be converted into a table with an array column: