|
Change Parameter Type groupByExpressions : List<List<Expression>> to groupByExpressions : List<Expression> in method private computeAndAssignOrderByScopeWithAggregation(node OrderBy, sourceScope Scope, outputScope Scope, aggregations List<FunctionCall>, groupByExpressions List<Expression>, groupingOperations List<GroupingOperation>) : Scope in class com.facebook.presto.sql.analyzer.StatementAnalyzer.Visitor |
From |
To |
|
Change Parameter Type expressions : List<List<Expression>> to expressions : List<Expression> in method public setGroupByExpressions(node QuerySpecification, expressions List<Expression>) : void in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Parameter Type groupingSetDescriptors : List<List<Integer>> to groupingSetDescriptors : List<Set<Integer>> in method package calculateGrouping(groupId long, columns List<Integer>, groupingSetDescriptors List<Set<Integer>>) : long in class com.facebook.presto.sql.planner.GroupingOperationRewriter |
From |
To |
|
Change Parameter Type groupingSets : List<List<Expression>> to groupByExpressions : List<Expression> in method private analyzeAggregations(node QuerySpecification, sourceScope Scope, orderByScope Optional<Scope>, groupByExpressions List<Expression>, outputExpressions List<Expression>, orderByExpressions List<Expression>) : List<FunctionCall> in class com.facebook.presto.sql.analyzer.StatementAnalyzer.Visitor |
From |
To |
|
Change Variable Type groupingSet : List<Expression> to groupingSet : Set<FieldId> in method private aggregate(subPlan PlanBuilder, node QuerySpecification) : PlanBuilder in class com.facebook.presto.sql.planner.QueryPlanner |
From |
To |
|
Change Variable Type groupingSetOrdinals : List<List<Integer>> to groupingSetOrdinals : List<Set<Integer>> in method public testGroupingOperationNoBitsSet() : void in class com.facebook.presto.sql.planner.TestGroupingOperationRewriter |
From |
To |
|
Change Variable Type expression : Expression to existingSet : Set<FieldId> in method private enumerateGroupingSets(groupingSetAnalysis Analysis.GroupingSetAnalysis) : List<Set<FieldId>> in class com.facebook.presto.sql.planner.QueryPlanner |
From |
To |
|
Change Variable Type groupingSetOrdinals : List<List<Integer>> to groupingSetOrdinals : List<Set<Integer>> in method public testMoreThanThirtyTwoArguments() : void in class com.facebook.presto.sql.planner.TestGroupingOperationRewriter |
From |
To |
|
Change Variable Type groupingSet : List<Expression> to groupingSet : Set<FieldId> in method private enumerateGroupingSets(groupingSetAnalysis Analysis.GroupingSetAnalysis) : List<Set<FieldId>> in class com.facebook.presto.sql.planner.QueryPlanner |
From |
To |
|
Change Variable Type groupingSetOrdinals : List<List<Integer>> to groupingSetOrdinals : List<Set<Integer>> in method public testGroupingOperationAllBitsSet() : void in class com.facebook.presto.sql.planner.TestGroupingOperationRewriter |
From |
To |
|
Change Variable Type groupingSetOrdinals : List<List<Integer>> to groupingSetOrdinals : List<Set<Integer>> in method public testGroupingOperationSomeBitsSet() : void in class com.facebook.presto.sql.planner.TestGroupingOperationRewriter |
From |
To |
|
Change Variable Type distinctGroupingColumns : ImmutableList<Expression> to distinctGroupingColumns : List<Expression> in method private analyzeAggregations(node QuerySpecification, sourceScope Scope, orderByScope Optional<Scope>, groupByExpressions List<Expression>, outputExpressions List<Expression>, orderByExpressions List<Expression>) : List<FunctionCall> in class com.facebook.presto.sql.analyzer.StatementAnalyzer.Visitor |
From |
To |
|
Change Variable Type computedGroupingSets : List<Set<Expression>> to complexExpressions : ImmutableList.Builder<Expression> in method private analyzeGroupBy(node QuerySpecification, scope Scope, outputExpressions List<Expression>) : List<Expression> in class com.facebook.presto.sql.analyzer.StatementAnalyzer.Visitor |
From |
To |
|
Change Variable Type symbols : ImmutableList.Builder<Symbol> to allSets : List<Set<FieldId>> in method private enumerateGroupingSets(groupingSetAnalysis Analysis.GroupingSetAnalysis) : List<Set<FieldId>> in class com.facebook.presto.sql.planner.QueryPlanner |
From |
To |
|
Change Variable Type groupingSet : List<Integer> to groupingSet : Set<Integer> in method package calculateGrouping(groupId long, columns List<Integer>, groupingSetDescriptors List<Set<Integer>>) : long in class com.facebook.presto.sql.planner.GroupingOperationRewriter |
From |
To |
|
Change Variable Type distinctGroupingColumns : Set<Expression> to sets : List<Set<FieldId>> in method private enumerateGroupingSets(groupingSetAnalysis Analysis.GroupingSetAnalysis) : List<Set<FieldId>> in class com.facebook.presto.sql.planner.QueryPlanner |
From |
To |
|
Change Variable Type groupByExpressions : List<List<Expression>> to groupByExpressions : List<Expression> in method protected visitQuerySpecification(node QuerySpecification, scope Optional<Scope>) : Scope in class com.facebook.presto.sql.analyzer.StatementAnalyzer.Visitor |
From |
To |