64f0b1c002d46685f0106cf73aa25d652e06a30c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 43
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type filterExpression : Optional<Expression> to filterExpression : Optional<RowExpression> in method private visitScanFilterAndProject(context LocalExecutionPlanContext, planNodeId PlanNodeId, sourceNode PlanNode, filterExpression Optional<RowExpression>, assignments Assignments, outputSymbols List<Symbol>) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor | From | To | |
Change Parameter Type predicate : Expression to predicate : RowExpression in method public FilterNode(id PlanNodeId, source PlanNode, predicate RowExpression) in class com.facebook.presto.sql.planner.plan.FilterNode | From | To | |
Change Parameter Type context : Context to context : Rule.Context in method private toRowExpression(expression Expression, context Rule.Context) : RowExpression in class com.facebook.presto.sql.planner.optimizations.TranslateExpressions | From | To | |
Change Parameter Type remainingPredicate : Expression to remainingPredicate : RowExpression in method public SemiJoinOutputFilter(negated boolean, remainingPredicate RowExpression) in class com.facebook.presto.cost.SimpleFilterProjectSemiJoinStatsRule.SemiJoinOutputFilter | From | To | |
Change Return Type | 2 | ||
Change Return Type Expression to RowExpression in method public getRemainingPredicate() : RowExpression in class com.facebook.presto.cost.SimpleFilterProjectSemiJoinStatsRule.SemiJoinOutputFilter | From | To | |
Change Return Type Expression to RowExpression in method public getPredicate() : RowExpression in class com.facebook.presto.sql.planner.plan.FilterNode | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable translatedFilter : Optional<RowExpression> to filterExpression : Optional<RowExpression> in method private visitScanFilterAndProject(context LocalExecutionPlanContext, planNodeId PlanNodeId, sourceNode PlanNode, filterExpression Optional<RowExpression>, assignments Assignments, outputSymbols List<Symbol>) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor | From | To | |
Change Variable Type | 2 | ||
Change Variable Type filterExpression : Expression to filterExpression : RowExpression in method public visitFilter(node FilterNode, context LocalExecutionPlanContext) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor | From | To | |
Change Variable Type filterExpression : Optional<Expression> to filterExpression : Optional<RowExpression> in method public visitProject(node ProjectNode, context LocalExecutionPlanContext) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor | From | To | |
Extract Variable | 2 | ||
Extract Variable flippedOperator : OperatorType in method public visitCall(node CallExpression, context Void) : PlanNodeStatsEstimate from class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor | From | To | |
Inline Variable | 1 | ||
Inline Variable expression : Expression in method public apply(valuesNode ValuesNode, captures Captures, context Context) : Result from class com.facebook.presto.sql.planner.optimizations.TranslateExpressions.ValuesExpressionTranslation | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type predicate : Expression to predicate : RowExpression in class com.facebook.presto.sql.planner.plan.FilterNode | From | To | |
Change Attribute Type remainingPredicate : Expression to remainingPredicate : RowExpression in class com.facebook.presto.cost.SimpleFilterProjectSemiJoinStatsRule.SemiJoinOutputFilter | From | To |