|
Change Parameter Type groupingColumns : List<Expression> to groupingColumns : Set<Expression> in method private analyzeGroupingColumns(groupingColumns Set<Expression>, node QuerySpecification, tupleDescriptor RelationType, context AnalysisContext, outputExpressions List<FieldOrExpression>) : List<FieldOrExpression> in class com.facebook.presto.sql.analyzer.StatementAnalyzer |
From |
To |
|
Change Parameter Type groupBy : List<GroupingElement> to groupBy : Optional<GroupBy> in method public simpleQuery(select Select, from Relation, where Optional<Expression>, groupBy Optional<GroupBy>, having Optional<Expression>, ordering List<SortItem>, limit Optional<String>) : Query in class com.facebook.presto.sql.QueryUtil |
From |
To |
|
Change Parameter Type groupBy : List<GroupingElement> to groupBy : Optional<GroupBy> in method public QuerySpecification(location NodeLocation, select Select, from Optional<Relation>, where Optional<Expression>, groupBy Optional<GroupBy>, having Optional<Expression>, orderBy List<SortItem>, limit Optional<String>) in class com.facebook.presto.sql.tree.QuerySpecification |
From |
To |
|
Change Parameter Type groupBy : List<GroupingElement> to groupBy : Optional<GroupBy> in method private QuerySpecification(location Optional<NodeLocation>, select Select, from Optional<Relation>, where Optional<Expression>, groupBy Optional<GroupBy>, having Optional<Expression>, orderBy List<SortItem>, limit Optional<String>) in class com.facebook.presto.sql.tree.QuerySpecification |
From |
To |
|
Change Parameter Type groupBy : List<GroupingElement> to groupBy : Optional<GroupBy> in method public QuerySpecification(select Select, from Optional<Relation>, where Optional<Expression>, groupBy Optional<GroupBy>, having Optional<Expression>, orderBy List<SortItem>, limit Optional<String>) in class com.facebook.presto.sql.tree.QuerySpecification |
From |
To |
|
Change Return Type Set<Set<Expression>> to List<Set<Expression>> in method public enumerateGroupingSets() : List<Set<Expression>> in class com.facebook.presto.sql.tree.Rollup |
From |
To |
|
Change Return Type Set<Set<Expression>> to List<Set<Expression>> in method public enumerateGroupingSets() : List<Set<Expression>> in class com.facebook.presto.sql.tree.SimpleGroupBy |
From |
To |
|
Change Return Type Set<Set<Expression>> to List<Set<Expression>> in method public enumerateGroupingSets() : List<Set<Expression>> in class com.facebook.presto.sql.tree.Cube |
From |
To |
|
Change Return Type Set<Set<Expression>> to List<Set<Expression>> in method public abstract enumerateGroupingSets() : List<Set<Expression>> in class com.facebook.presto.sql.tree.GroupingElement |
From |
To |
|
Change Return Type Set<Set<Expression>> to List<Set<Expression>> in method public enumerateGroupingSets() : List<Set<Expression>> in class com.facebook.presto.sql.tree.GroupingSets |
From |
To |
|
Change Return Type List<GroupingElement> to Optional<GroupBy> in method public getGroupBy() : Optional<GroupBy> in class com.facebook.presto.sql.tree.QuerySpecification |
From |
To |