Class Table.TableParentIndex

  • Enclosing class:
    Table

    public static class Table.TableParentIndex
    extends Table.TableStructure
    The children have a field containing the index of the parent. For efficiency, we scan this data and construct an IndexMap( parentIndex -> list of children), i.e. we compute the inverse link, parent -> children. TableParentIndex is the children, config.struct describes the cols.

    Used by: CFPointObs