asterix-graphix/src/main/java/org/apache/asterix/graphix/lang/rewrite/GraphixQueryRewriter.java [259:272]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        super.substituteGroupbyKeyExpression();
        super.rewriteGroupBys();
        super.rewriteSetOperations();
        super.inlineColumnAlias();
        super.rewriteWindowExpressions();
        super.rewriteGroupingSets();
        super.variableCheckAndRewrite();
        super.extractAggregatesFromCaseExpressions();
        super.rewriteGroupByAggregationSugar();
        super.rewriteWindowAggregationSugar();
        super.rewriteOperatorExpression();
        super.rewriteCaseExpressions();
        super.rewriteListInputFunctions();
        super.rewriteRightJoins();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



asterix-graphix/src/main/java/org/apache/asterix/graphix/lang/rewrite/GraphixQueryRewriter.java [304:317]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                super.substituteGroupbyKeyExpression();
                super.rewriteGroupBys();
                super.rewriteSetOperations();
                super.inlineColumnAlias();
                super.rewriteWindowExpressions();
                super.rewriteGroupingSets();
                super.variableCheckAndRewrite();
                super.extractAggregatesFromCaseExpressions();
                super.rewriteGroupByAggregationSugar();
                super.rewriteWindowAggregationSugar();
                super.rewriteOperatorExpression();
                super.rewriteCaseExpressions();
                super.rewriteListInputFunctions();
                super.rewriteRightJoins();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



