asterix-graphix/src/main/java/org/apache/asterix/graphix/lang/clause/extension/LowerSwitchClauseExtension.java [79:86]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Iterator<Pair<ElementLabel, List<CollectionTable.Entry>>> entryIterator = collectionLookupTable.entryIterator();
        while (entryIterator.hasNext()) {
            Pair<ElementLabel, List<CollectionTable.Entry>> tableEntry = entryIterator.next();
            StateContainer inputState = collectionLookupTable.getInputMap().get(tableEntry.first);
            for (CollectionTable.Entry entry : tableEntry.second) {
                ClauseCollection clauseCollection = entry.getClauseCollection();
                LowerListClause lowerListClause = new LowerListClause(clauseCollection);
                LowerListClauseExtension lowerListClauseExtension = new LowerListClauseExtension(lowerListClause);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



asterix-graphix/src/main/java/org/apache/asterix/graphix/lang/clause/extension/LowerSwitchClauseExtension.java [112:119]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Iterator<Pair<ElementLabel, List<CollectionTable.Entry>>> entryIterator = collectionLookupTable.entryIterator();
        while (entryIterator.hasNext()) {
            Pair<ElementLabel, List<CollectionTable.Entry>> tableEntry = entryIterator.next();
            StateContainer inputState = collectionLookupTable.getInputMap().get(tableEntry.first);
            for (CollectionTable.Entry entry : tableEntry.second) {
                ClauseCollection clauseCollection = entry.getClauseCollection();
                LowerListClause lowerListClause = new LowerListClause(clauseCollection);
                LowerListClauseExtension lowerListClauseExtension = new LowerListClauseExtension(lowerListClause);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



