|
Change Parameter Type unnestSymbols : Map<Symbol,List<Symbol>> to unnestVariables : Map<VariableReferenceExpression,List<VariableReferenceExpression>> in method public UnnestNode(id PlanNodeId, source PlanNode, replicateVariables List<VariableReferenceExpression>, unnestVariables Map<VariableReferenceExpression,List<VariableReferenceExpression>>, ordinalityVariable Optional<VariableReferenceExpression>) in class com.facebook.presto.sql.planner.plan.UnnestNode |
From |
To |
|
Change Parameter Type ordinalitySymbol : Optional<Symbol> to ordinalityVariable : Optional<VariableReferenceExpression> in method public unnest(source PlanNode, replicateVariables List<VariableReferenceExpression>, unnestVariables Map<VariableReferenceExpression,List<VariableReferenceExpression>>, ordinalityVariable Optional<VariableReferenceExpression>) : UnnestNode in class com.facebook.presto.sql.planner.iterative.rule.test.PlanBuilder |
From |
To |
|
Change Parameter Type replicateSymbols : List<Symbol> to replicateVariables : List<VariableReferenceExpression> in method public UnnestNode(id PlanNodeId, source PlanNode, replicateVariables List<VariableReferenceExpression>, unnestVariables Map<VariableReferenceExpression,List<VariableReferenceExpression>>, ordinalityVariable Optional<VariableReferenceExpression>) in class com.facebook.presto.sql.planner.plan.UnnestNode |
From |
To |
|
Change Parameter Type unnestSymbols : Map<Symbol,List<Symbol>> to unnestVariables : Map<VariableReferenceExpression,List<VariableReferenceExpression>> in method public unnest(source PlanNode, replicateVariables List<VariableReferenceExpression>, unnestVariables Map<VariableReferenceExpression,List<VariableReferenceExpression>>, ordinalityVariable Optional<VariableReferenceExpression>) : UnnestNode in class com.facebook.presto.sql.planner.iterative.rule.test.PlanBuilder |
From |
To |
|
Change Parameter Type replicateSymbols : List<Symbol> to replicateVariables : List<VariableReferenceExpression> in method public unnest(source PlanNode, replicateVariables List<VariableReferenceExpression>, unnestVariables Map<VariableReferenceExpression,List<VariableReferenceExpression>>, ordinalityVariable Optional<VariableReferenceExpression>) : UnnestNode in class com.facebook.presto.sql.planner.iterative.rule.test.PlanBuilder |
From |
To |
|
Rename Variable unnestedSymbolsIterator : Iterator<Symbol> to unnestedVariablesIterator : Iterator<VariableReferenceExpression> in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable unnestSymbols : List<Symbol> to unnestVariables : List<VariableReferenceExpression> in method public visitUnnest(node UnnestNode, context LocalExecutionPlanContext) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor |
From |
To |
|
Rename Variable ordinalitySymbol : Optional<Symbol> to ordinalityVariable : Optional<VariableReferenceExpression> in method public visitUnnest(node UnnestNode, context LocalExecutionPlanContext) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor |
From |
To |
|
Rename Variable unnestedSymbolsBuilder : ImmutableList.Builder<Symbol> to unnestedVariablesBuilder : ImmutableList.Builder<VariableReferenceExpression> in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable ordinalitySymbol : Optional<Symbol> to ordinalityVariable : Optional<VariableReferenceExpression> in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable unnestedSymbol : Symbol to unnestedVariable : VariableReferenceExpression in method public visitUnnest(node UnnestNode, context LocalExecutionPlanContext) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor |
From |
To |
|
Rename Variable symbol : Symbol to variable : VariableReferenceExpression in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable inputSymbol : Symbol to input : VariableReferenceExpression in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable symbol : Symbol to variable : VariableReferenceExpression in method public visitUnnest(node UnnestNode, context LocalExecutionPlanContext) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor |
From |
To |
|
Rename Variable ordinalitySymbol : Optional<Symbol> to ordinalityVariable : Optional<VariableReferenceExpression> in method public visitUnnest(node UnnestNode, context RewriteContext<Set<Symbol>>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.PruneUnreferencedOutputs.Rewriter |
From |
To |
|
Rename Variable outputSymbolsBuilder : ImmutableList.Builder<Symbol> to outputVariablesBuilder : ImmutableList.Builder<VariableReferenceExpression> in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable unnestSymbols : Map<Symbol,List<Symbol>> to unnestVariables : Map<VariableReferenceExpression,List<VariableReferenceExpression>> in method public visitUnnest(node UnnestNode, context RewriteContext<Set<Symbol>>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.PruneUnreferencedOutputs.Rewriter |
From |
To |
|
Rename Variable unnestSymbolBuilder : ImmutableList.Builder<Symbol> to unnestVariableBuilder : ImmutableList.Builder<VariableReferenceExpression> in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable replicateSymbols : List<Symbol> to replicateVariables : List<VariableReferenceExpression> in method public visitUnnest(node UnnestNode, context RewriteContext<Set<Symbol>>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.PruneUnreferencedOutputs.Rewriter |
From |
To |
|
Rename Variable unnestToSymbols : List<Symbol> to unnestToVariables : List<VariableReferenceExpression> in method public calculate(node UnnestNode, statsProvider StatsProvider, lookup Lookup, session Session, types TypeProvider) : Optional<PlanNodeStatsEstimate> in class com.facebook.presto.cost.UnnestStatsRule |
From |
To |
|
Rename Variable ordinalitySymbol : Optional<Symbol> to ordinalityVariable : Optional<VariableReferenceExpression> in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable unnestedSymbols : List<Symbol> to unnestedVariables : List<VariableReferenceExpression> in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable inputSymbol : Symbol to inputVariable : VariableReferenceExpression in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable unnestSymbols : ImmutableMap.Builder<Symbol,List<Symbol>> to unnestVariables : ImmutableMap.Builder<VariableReferenceExpression,List<VariableReferenceExpression>> in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable unnestedSymbolsIterator : UnmodifiableIterator<Symbol> to unnestedVariablesIterator : UnmodifiableIterator<VariableReferenceExpression> in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable unnestSymbolBuilder : ImmutableList.Builder<Symbol> to unnestVariableBuilder : ImmutableList.Builder<VariableReferenceExpression> in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable symbol : Symbol to variable : VariableReferenceExpression in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable unnestSymbols : ImmutableMap.Builder<Symbol,List<Symbol>> to unnestVariables : ImmutableMap.Builder<VariableReferenceExpression,List<VariableReferenceExpression>> in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Rename Variable unnestedSymbols : ImmutableList<Symbol> to unnestedVariables : ImmutableList<VariableReferenceExpression> in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type unnestedSymbolsIterator : UnmodifiableIterator<Symbol> to unnestedVariablesIterator : UnmodifiableIterator<VariableReferenceExpression> in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type unnestSymbolBuilder : ImmutableList.Builder<Symbol> to unnestVariableBuilder : ImmutableList.Builder<VariableReferenceExpression> in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type unnestSymbols : Map<Symbol,List<Symbol>> to unnestVariables : Map<VariableReferenceExpression,List<VariableReferenceExpression>> in method public visitUnnest(node UnnestNode, context RewriteContext<Set<Symbol>>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.PruneUnreferencedOutputs.Rewriter |
From |
To |
|
Change Variable Type symbol : Symbol to variable : VariableReferenceExpression in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type unnestedSymbols : ImmutableList<Symbol> to unnestedVariables : ImmutableList<VariableReferenceExpression> in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type unnestedSymbolsIterator : Iterator<Symbol> to unnestedVariablesIterator : Iterator<VariableReferenceExpression> in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type builder : ImmutableMap.Builder<Symbol,List<Symbol>> to builder : ImmutableMap.Builder<VariableReferenceExpression,List<VariableReferenceExpression>> in method public UnnestNode(id PlanNodeId, source PlanNode, replicateVariables List<VariableReferenceExpression>, unnestVariables Map<VariableReferenceExpression,List<VariableReferenceExpression>>, ordinalityVariable Optional<VariableReferenceExpression>) in class com.facebook.presto.sql.planner.plan.UnnestNode |
From |
To |
|
Change Variable Type unnestedSymbolsBuilder : ImmutableList.Builder<Symbol> to unnestedVariablesBuilder : ImmutableList.Builder<VariableReferenceExpression> in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type ordinalitySymbol : Optional<Symbol> to ordinalityVariable : Optional<VariableReferenceExpression> in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type symbol : Symbol to variable : VariableReferenceExpression in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type unnestSymbols : ImmutableMap.Builder<Symbol,List<Symbol>> to unnestVariables : ImmutableMap.Builder<VariableReferenceExpression,List<VariableReferenceExpression>> in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type inputSymbol : Symbol to input : VariableReferenceExpression in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type entry : Map.Entry<Symbol,List<Symbol>> to entry : Map.Entry<VariableReferenceExpression,List<VariableReferenceExpression>> in method public UnnestNode(id PlanNodeId, source PlanNode, replicateVariables List<VariableReferenceExpression>, unnestVariables Map<VariableReferenceExpression,List<VariableReferenceExpression>>, ordinalityVariable Optional<VariableReferenceExpression>) in class com.facebook.presto.sql.planner.plan.UnnestNode |
From |
To |
|
Change Variable Type ordinalitySymbol : Optional<Symbol> to ordinalityVariable : Optional<VariableReferenceExpression> in method public visitUnnest(node UnnestNode, context RewriteContext<Set<Symbol>>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.PruneUnreferencedOutputs.Rewriter |
From |
To |
|
Change Variable Type builder : ImmutableMap.Builder<Symbol,List<Symbol>> to builder : ImmutableMap.Builder<VariableReferenceExpression,List<VariableReferenceExpression>> in method public visitUnnest(node UnnestNode, context RewriteContext<Void>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.UnaliasSymbolReferences.Rewriter |
From |
To |
|
Change Variable Type outputSymbolsBuilder : ImmutableList.Builder<Symbol> to outputVariablesBuilder : ImmutableList.Builder<VariableReferenceExpression> in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type unnestSymbols : ImmutableMap.Builder<Symbol,List<Symbol>> to unnestVariables : ImmutableMap.Builder<VariableReferenceExpression,List<VariableReferenceExpression>> in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type unnestSymbolBuilder : ImmutableList.Builder<Symbol> to unnestVariableBuilder : ImmutableList.Builder<VariableReferenceExpression> in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type entry : Map.Entry<Symbol,List<Symbol>> to entry : Map.Entry<VariableReferenceExpression,List<VariableReferenceExpression>> in method public visitUnnest(node UnnestNode, context RewriteContext<Void>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.UnaliasSymbolReferences.Rewriter |
From |
To |
|
Change Variable Type replicateSymbols : List<Symbol> to replicateVariables : List<VariableReferenceExpression> in method public visitUnnest(node UnnestNode, context RewriteContext<Set<Symbol>>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.PruneUnreferencedOutputs.Rewriter |
From |
To |
|
Change Variable Type passThroughInputs : Set<Symbol> to passThroughInputs : Set<VariableReferenceExpression> in method public visitUnnest(node UnnestNode, inputProperties List<ActualProperties>) : ActualProperties in class com.facebook.presto.sql.planner.optimizations.PropertyDerivations.Visitor |
From |
To |
|
Change Variable Type unnestSymbols : List<Symbol> to unnestVariables : List<VariableReferenceExpression> in method public visitUnnest(node UnnestNode, context LocalExecutionPlanContext) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor |
From |
To |
|
Change Variable Type unnestToSymbols : List<Symbol> to unnestToVariables : List<VariableReferenceExpression> in method public calculate(node UnnestNode, statsProvider StatsProvider, lookup Lookup, session Session, types TypeProvider) : Optional<PlanNodeStatsEstimate> in class com.facebook.presto.cost.UnnestStatsRule |
From |
To |
|
Change Variable Type ordinalitySymbol : Optional<Symbol> to ordinalityVariable : Optional<VariableReferenceExpression> in method public visitUnnest(node UnnestNode, context LocalExecutionPlanContext) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor |
From |
To |
|
Change Variable Type ordinalitySymbol : Optional<Symbol> to ordinalityVariable : Optional<VariableReferenceExpression> in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type outputSymbolsBuilder : ImmutableList.Builder<Symbol> to outputSymbolsBuilder : ImmutableList.Builder<VariableReferenceExpression> in method public getOutputVariables() : List<VariableReferenceExpression> in class com.facebook.presto.sql.planner.plan.UnnestNode |
From |
To |
|
Change Variable Type unnestedSymbols : List<Symbol> to unnestedVariables : List<VariableReferenceExpression> in method protected visitUnnest(node Unnest, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type passThroughInputs : Set<Symbol> to passThroughInputs : Set<VariableReferenceExpression> in method public visitUnnest(node UnnestNode, inputProperties List<StreamProperties>) : StreamProperties in class com.facebook.presto.sql.planner.optimizations.StreamPropertyDerivations.Visitor |
From |
To |
|
Change Variable Type unnestedSymbol : Symbol to unnestedVariable : VariableReferenceExpression in method public visitUnnest(node UnnestNode, context LocalExecutionPlanContext) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor |
From |
To |
|
Change Variable Type inputSymbol : Symbol to inputVariable : VariableReferenceExpression in method private planCrossJoinUnnest(leftPlan RelationPlan, joinNode Join, node Unnest) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner |
From |
To |
|
Change Variable Type entry : Map.Entry<Symbol,List<Symbol>> to entry : Map.Entry<VariableReferenceExpression,List<VariableReferenceExpression>> in method public calculate(node UnnestNode, statsProvider StatsProvider, lookup Lookup, session Session, types TypeProvider) : Optional<PlanNodeStatsEstimate> in class com.facebook.presto.cost.UnnestStatsRule |
From |
To |
|
Change Variable Type symbol : Symbol to variable : VariableReferenceExpression in method public visitUnnest(node UnnestNode, context LocalExecutionPlanContext) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor |
From |
To |
|
Rename Parameter ordinalitySymbol : Optional<Symbol> to ordinalityVariable : Optional<VariableReferenceExpression> in method public unnest(source PlanNode, replicateVariables List<VariableReferenceExpression>, unnestVariables Map<VariableReferenceExpression,List<VariableReferenceExpression>>, ordinalityVariable Optional<VariableReferenceExpression>) : UnnestNode in class com.facebook.presto.sql.planner.iterative.rule.test.PlanBuilder |
From |
To |
|
Rename Parameter unnestSymbols : Map<Symbol,List<Symbol>> to unnestVariables : Map<VariableReferenceExpression,List<VariableReferenceExpression>> in method public UnnestNode(id PlanNodeId, source PlanNode, replicateVariables List<VariableReferenceExpression>, unnestVariables Map<VariableReferenceExpression,List<VariableReferenceExpression>>, ordinalityVariable Optional<VariableReferenceExpression>) in class com.facebook.presto.sql.planner.plan.UnnestNode |
From |
To |
|
Rename Parameter replicateSymbols : List<Symbol> to replicateVariables : List<VariableReferenceExpression> in method public UnnestNode(id PlanNodeId, source PlanNode, replicateVariables List<VariableReferenceExpression>, unnestVariables Map<VariableReferenceExpression,List<VariableReferenceExpression>>, ordinalityVariable Optional<VariableReferenceExpression>) in class com.facebook.presto.sql.planner.plan.UnnestNode |
From |
To |
|
Rename Parameter unnestSymbols : Map<Symbol,List<Symbol>> to unnestVariables : Map<VariableReferenceExpression,List<VariableReferenceExpression>> in method public unnest(source PlanNode, replicateVariables List<VariableReferenceExpression>, unnestVariables Map<VariableReferenceExpression,List<VariableReferenceExpression>>, ordinalityVariable Optional<VariableReferenceExpression>) : UnnestNode in class com.facebook.presto.sql.planner.iterative.rule.test.PlanBuilder |
From |
To |
|
Rename Parameter replicateSymbols : List<Symbol> to replicateVariables : List<VariableReferenceExpression> in method public unnest(source PlanNode, replicateVariables List<VariableReferenceExpression>, unnestVariables Map<VariableReferenceExpression,List<VariableReferenceExpression>>, ordinalityVariable Optional<VariableReferenceExpression>) : UnnestNode in class com.facebook.presto.sql.planner.iterative.rule.test.PlanBuilder |
From |
To |