Create ADAFs Index From Indices (deprecated)¶
Create and HJoin a column containing a group index given an index column.For example, with an input table with 15 rows and an index column with values [4, 7, 11] a group index column with values [0, 0, 0, 0, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3] is created and added to the output table.