|
Change Parameter Type coercions : IdentityLinkedHashMap<Expression,Type> to coercions : Map<NodeRef<Expression>,Type> in method public addCoercions(coercions Map<NodeRef<Expression>,Type>, typeOnlyCoercions Set<NodeRef<Expression>>) : void in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Parameter Type lambdaArgumentReferences : IdentityLinkedHashMap<Identifier,LambdaArgumentDeclaration> to lambdaArgumentReferences : Map<NodeRef<Identifier>,LambdaArgumentDeclaration> in method public addLambdaArgumentReferences(lambdaArgumentReferences Map<NodeRef<Identifier>,LambdaArgumentDeclaration>) : void in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Parameter Type infos : IdentityLinkedHashMap<FunctionCall,Signature> to infos : Map<NodeRef<FunctionCall>,Signature> in method public addFunctionSignatures(infos Map<NodeRef<FunctionCall>,Signature>) : void in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Parameter Type typeOnlyCoercions : Set<Expression> to typeOnlyCoercions : Set<NodeRef<Expression>> in method public addCoercions(coercions Map<NodeRef<Expression>,Type>, typeOnlyCoercions Set<NodeRef<Expression>>) : void in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Parameter Type columnReferences : IdentityLinkedHashMap<Expression,FieldId> to columnReferences : Map<NodeRef<Expression>,FieldId> in method public addColumnReferences(columnReferences Map<NodeRef<Expression>,FieldId>) : void in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Parameter Type types : IdentityLinkedHashMap<Expression,Type> to types : Map<NodeRef<Expression>,Type> in method public addTypes(types Map<NodeRef<Expression>,Type>) : void in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Return Type IdentityLinkedHashMap<Identifier,LambdaArgumentDeclaration> to Map<NodeRef<Identifier>,LambdaArgumentDeclaration> in method public getLambdaArgumentReferences() : Map<NodeRef<Identifier>,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Return Type Set<Expression> to Set<NodeRef<Expression>> in method public getColumnReferences() : Set<NodeRef<Expression>> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Return Type Map<Expression,FieldId> to Map<NodeRef<Expression>,FieldId> in method public getColumnReferenceFields() : Map<NodeRef<Expression>,FieldId> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Return Type IdentityLinkedHashMap<Expression,Type> to Map<NodeRef<Expression>,Type> in method public getCoercions() : Map<NodeRef<Expression>,Type> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Return Type IdentityLinkedHashMap<Expression,Type> to Map<NodeRef<Expression>,Type> in method public getTypes() : Map<NodeRef<Expression>,Type> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type columnReferences : IdentityHashMap<Expression,FieldId> to columnReferences : Map<NodeRef<Expression>,FieldId> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type functionSignature : IdentityLinkedHashMap<FunctionCall,Signature> to functionSignature : Map<NodeRef<FunctionCall>,Signature> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type orderByExpressions : IdentityLinkedHashMap<Node,List<Expression>> to orderByExpressions : Map<NodeRef<Node>,List<Expression>> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type orderByAggregates : IdentityLinkedHashMap<OrderBy,List<Expression>> to orderByAggregates : Map<NodeRef<OrderBy>,List<Expression>> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type columns : IdentityLinkedHashMap<Field,ColumnHandle> to columns : Map<Field,ColumnHandle> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type types : IdentityLinkedHashMap<Expression,Type> to types : Map<NodeRef<Expression>,Type> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type orderByWindowFunctions : IdentityLinkedHashMap<OrderBy,List<FunctionCall>> to orderByWindowFunctions : Map<NodeRef<OrderBy>,List<FunctionCall>> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type joins : IdentityLinkedHashMap<Join,Expression> to joins : Map<NodeRef<Join>,Expression> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type namedQueries : IdentityLinkedHashMap<Table,Query> to namedQueries : Map<NodeRef<Table>,Query> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type windowFunctions : IdentityLinkedHashMap<QuerySpecification,List<FunctionCall>> to windowFunctions : Map<NodeRef<QuerySpecification>,List<FunctionCall>> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type tables : IdentityLinkedHashMap<Table,TableHandle> to tables : Map<NodeRef<Table>,TableHandle> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type scopes : IdentityLinkedHashMap<Node,Scope> to scopes : Map<NodeRef<Node>,Scope> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type sampleRatios : IdentityLinkedHashMap<SampledRelation,Double> to sampleRatios : Map<NodeRef<SampledRelation>,Double> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type where : IdentityLinkedHashMap<Node,Expression> to where : Map<NodeRef<Node>,Expression> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type typeOnlyCoercions : Set<Expression> to typeOnlyCoercions : Set<NodeRef<Expression>> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type relationCoercions : IdentityLinkedHashMap<Relation,Type[]> to relationCoercions : Map<NodeRef<Relation>,Type[]> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type coercions : IdentityLinkedHashMap<Expression,Type> to coercions : Map<NodeRef<Expression>,Type> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type outputExpressions : IdentityLinkedHashMap<Node,List<Expression>> to outputExpressions : Map<NodeRef<Node>,List<Expression>> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type groupingOperations : IdentityLinkedHashMap<QuerySpecification,List<GroupingOperation>> to groupingOperations : Map<NodeRef<QuerySpecification>,List<GroupingOperation>> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type having : IdentityLinkedHashMap<QuerySpecification,Expression> to having : Map<NodeRef<QuerySpecification>,Expression> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type groupByExpressions : IdentityLinkedHashMap<QuerySpecification,List<List<Expression>>> to groupByExpressions : Map<NodeRef<QuerySpecification>,List<List<Expression>>> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type lambdaArgumentReferences : IdentityLinkedHashMap<Identifier,LambdaArgumentDeclaration> to lambdaArgumentReferences : Map<NodeRef<Identifier>,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |
|
Change Attribute Type aggregates : IdentityLinkedHashMap<QuerySpecification,List<FunctionCall>> to aggregates : Map<NodeRef<QuerySpecification>,List<FunctionCall>> in class com.facebook.presto.sql.analyzer.Analysis |
From |
To |