|
Rename Method public getSymbolsWithKnownStatistics() : Set<Symbol> renamed to public getVariablesWithKnownStatistics() : Set<VariableReferenceExpression> in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Rename Method public getSymbolStatistics(variable VariableReferenceExpression) : SymbolStatsEstimate renamed to public getVariableStatistics(variable VariableReferenceExpression) : VariableStatsEstimate in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Rename Method private getOutputSizeForSymbol(symbolStatistics SymbolStatsEstimate, type Type) : double renamed to private getOutputSizeForVariable(variableStatistics VariableStatsEstimate, type Type) : double in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Rename Method public mapSymbolColumnStatistics(variable VariableReferenceExpression, mappingFunction Function<SymbolStatsEstimate,SymbolStatsEstimate>) : PlanNodeStatsEstimate renamed to public mapVariableColumnStatistics(variable VariableReferenceExpression, mappingFunction Function<VariableStatsEstimate,VariableStatsEstimate>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Rename Method public addSymbolStatistics(symbolStatistics Map<Symbol,SymbolStatsEstimate>) : Builder renamed to public addVariableStatistics(variableStatistics Map<VariableReferenceExpression,VariableStatsEstimate>) : Builder in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder |
From |
To |
|
Rename Method private getSymbolStatistics(planNodeStatsEstimate PlanNodeStatsEstimate, columnName String, statsContext StatsContext) : SymbolStatsEstimate renamed to private getVariableStatistics(planNodeStatsEstimate PlanNodeStatsEstimate, columnName String, statsContext StatsContext) : VariableStatsEstimate in class com.facebook.presto.tests.statistics.Metrics |
From |
To |
|
Rename Method public getSymbolForColumn(columnName String) : Symbol renamed to public getVariableForColumn(columnName String) : VariableReferenceExpression in class com.facebook.presto.tests.statistics.StatsContext |
From |
To |
|
Rename Method private mapToOutputSymbols(estimate PlanNodeStatsEstimate, inputs List<VariableReferenceExpression>, outputs List<Symbol>) : PlanNodeStatsEstimate renamed to private mapToOutputVariables(estimate PlanNodeStatsEstimate, inputs List<VariableReferenceExpression>, outputs List<VariableReferenceExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ExchangeStatsRule |
From |
To |
|
Rename Method private buildSymbolStatistics(values List<Object>, session Session, type Type) : SymbolStatsEstimate renamed to private buildVariableStatistics(values List<Object>, session Session, type Type) : VariableStatsEstimate in class com.facebook.presto.cost.ValuesStatsRule |
From |
To |
|
Rename Method private assertSymbolStatsEqual(symbol Symbol, actual SymbolStatsEstimate, expected SymbolStatsEstimate) : void renamed to private assertVariableStatsEqual(variable VariableReferenceExpression, actual VariableStatsEstimate, expected VariableStatsEstimate) : void in class com.facebook.presto.cost.PlanNodeStatsAssertion |
From |
To |
|
Rename Method public removeSymbolStatistics(symbol Symbol) : Builder renamed to public removeVariableStatistics(variable VariableReferenceExpression) : Builder in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder |
From |
To |
|
Rename Method private getSymbolValues(valuesNode ValuesNode, symbolId int, session Session, symbolType Type) : List<Object> renamed to private getVariableValues(valuesNode ValuesNode, symbolId int, session Session, type Type) : List<Object> in class com.facebook.presto.cost.ValuesStatsRule |
From |
To |
|
Rename Method public addSymbolStatistics(symbol Symbol, statistics SymbolStatsEstimate) : Builder renamed to public addVariableStatistics(variable VariableReferenceExpression, statistics VariableStatsEstimate) : Builder in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder |
From |
To |
|
Rename Method public symbolStats(symbol Symbol, columnAssertionConsumer Consumer<SymbolStatsAssertion>) : PlanNodeStatsAssertion renamed to public variableStats(variable VariableReferenceExpression, columnAssertionConsumer Consumer<VariableStatsAssertion>) : PlanNodeStatsAssertion in class com.facebook.presto.cost.PlanNodeStatsAssertion |
From |
To |
|
Rename Method public symbolsWithKnownStats(symbols Symbol...) : PlanNodeStatsAssertion renamed to public variablesWithKnownStats(variable VariableReferenceExpression...) : PlanNodeStatsAssertion in class com.facebook.presto.cost.PlanNodeStatsAssertion |
From |
To |
|
Rename Method private normalizeSymbolStats(symbol Symbol, symbolStats SymbolStatsEstimate, stats PlanNodeStatsEstimate, types TypeProvider) : SymbolStatsEstimate renamed to private normalizeVariableStats(variable VariableReferenceExpression, variableStats VariableStatsEstimate, stats PlanNodeStatsEstimate) : VariableStatsEstimate in class com.facebook.presto.cost.StatsNormalizer |
From |
To |
|
Rename Method private symbolStatistics(symbolName String, low double, high double, nullsFraction double, ndv double) : SymbolStatistics renamed to private variableStatistics(variable VariableReferenceExpression, low double, high double, nullsFraction double, ndv double) : VariableStatistics in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Parameter Type expressionStatistics : SymbolStatsEstimate to expressionStatistics : VariableStatsEstimate in method private estimateExpressionGreaterThanLiteral(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type estimate : SymbolStatsEstimate to estimate : VariableStatsEstimate in method package VariableStatistics(variableName String, estimate VariableStatsEstimate) in class com.facebook.presto.cost.TestJoinStatsRule.VariableStatistics |
From |
To |
|
Change Parameter Type outputs : List<Symbol> to outputs : List<VariableReferenceExpression> in method private mapToOutputVariables(estimate PlanNodeStatsEstimate, inputs List<VariableReferenceExpression>, outputs List<VariableReferenceExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ExchangeStatsRule |
From |
To |
|
Change Parameter Type right : SymbolStatsEstimate to right : VariableStatsEstimate in method private estimateCoalesce(input PlanNodeStatsEstimate, left VariableStatsEstimate, right VariableStatsEstimate) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator |
From |
To |
|
Change Parameter Type rightStats : SymbolStatsEstimate to rightStats : VariableStatsEstimate in method private addColumnStats(leftStats VariableStatsEstimate, leftRows double, rightStats VariableStatsEstimate, rightRows double, newRowCount double, strategy RangeAdditionStrategy) : VariableStatsEstimate in class com.facebook.presto.cost.PlanNodeStatsEstimateMath |
From |
To |
|
Change Parameter Type leftStats : SymbolStatsEstimate to leftStats : VariableStatsEstimate in method private addColumnStats(leftStats VariableStatsEstimate, leftRows double, rightStats VariableStatsEstimate, rightRows double, newRowCount double, strategy RangeAdditionStrategy) : VariableStatsEstimate in class com.facebook.presto.cost.PlanNodeStatsEstimateMath |
From |
To |
|
Change Parameter Type mappingFunction : Function<SymbolStatsEstimate,SymbolStatsEstimate> to mappingFunction : Function<VariableStatsEstimate,VariableStatsEstimate> in method public mapVariableColumnStatistics(variable VariableReferenceExpression, mappingFunction Function<VariableStatsEstimate,VariableStatsEstimate>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Change Parameter Type zStats : SymbolStatsEstimate to zStats : VariableStatsEstimate in method private testAggregation(zStats VariableStatsEstimate) : StatsCalculatorAssertion in class com.facebook.presto.cost.TestAggregationStatsRule |
From |
To |
|
Change Parameter Type symbolStats : SymbolStatsEstimate to symbolStats : VariableStatsEstimate in method private updateNDV(symbolStats VariableStatsEstimate, delta double) : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Parameter Type other : SymbolStatsEstimate to other : VariableStatsEstimate in method public buildFrom(other VariableStatsEstimate) : Builder in class com.facebook.presto.cost.VariableStatsEstimate |
From |
To |
|
Change Parameter Type columnSymbols : Map<String,Symbol> to columnVariables : Map<String,VariableReferenceExpression> in method public StatsContext(columnVariables Map<String,VariableReferenceExpression>) in class com.facebook.presto.tests.statistics.StatsContext |
From |
To |
|
Change Parameter Type symbolName : String to variable : VariableReferenceExpression in method private variableStatistics(variable VariableReferenceExpression, low double, high double, nullsFraction double, ndv double) : VariableStatistics in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Parameter Type outputs : List<OutputSymbol> to outputs : List<VariableReferenceExpression> in method public NodeRepresentation(id PlanNodeId, name String, type String, identifier String, outputs List<VariableReferenceExpression>, stats Optional<PlanNodeStats>, estimatedStats List<PlanNodeStatsEstimate>, estimatedCost List<PlanCostEstimate>, children List<PlanNodeId>, remoteSources List<PlanFragmentId>) in class com.facebook.presto.sql.planner.planPrinter.NodeRepresentation |
From |
To |
|
Change Parameter Type symbolStatistics : Map<Symbol,SymbolStatsEstimate> to variableStatistics : Map<VariableReferenceExpression,VariableStatsEstimate> in method public PlanNodeStatsEstimate(outputRowCount double, variableStatistics Map<VariableReferenceExpression,VariableStatsEstimate>) in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Change Parameter Type expressionStatistics : SymbolStatsEstimate to expressionStatistics : VariableStatsEstimate in method private estimateFilterRange(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, filterRange StatisticRange) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type rightExpressionStatistics : SymbolStatsEstimate to rightExpressionStatistics : VariableStatsEstimate in method private estimateExpressionEqualToExpression(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type leftOtherColumn : String to leftOtherColumn : VariableReferenceExpression in method private assertJoinStats(joinType JoinNode.Type, leftJoinColumn VariableReferenceExpression, leftOtherColumn VariableReferenceExpression, rightJoinColumn VariableReferenceExpression, rightOtherColumn VariableReferenceExpression, leftStats PlanNodeStatsEstimate, rightStats PlanNodeStatsEstimate, resultStats PlanNodeStatsEstimate) : void in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Parameter Type leftJoinColumn : String to leftJoinColumn : VariableReferenceExpression in method private assertJoinStats(joinType JoinNode.Type, leftJoinColumn VariableReferenceExpression, leftOtherColumn VariableReferenceExpression, rightJoinColumn VariableReferenceExpression, rightOtherColumn VariableReferenceExpression, leftStats PlanNodeStatsEstimate, rightStats PlanNodeStatsEstimate, resultStats PlanNodeStatsEstimate) : void in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Parameter Type expressionSymbol : Optional<Symbol> to expressionVariable : Optional<VariableReferenceExpression> in method private estimateFilterRange(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, filterRange StatisticRange) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type symbolStatistics : PMap<Symbol,SymbolStatsEstimate> to variableStatistics : PMap<VariableReferenceExpression,VariableStatsEstimate> in method private PlanNodeStatsEstimate(outputRowCount double, variableStatistics PMap<VariableReferenceExpression,VariableStatsEstimate>) in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Change Parameter Type leftExpressionSymbol : Optional<Symbol> to leftExpressionVariable : Optional<VariableReferenceExpression> in method private estimateExpressionNotEqualToExpression(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type symbolStatistics : SymbolStatsEstimate to variableStatistics : VariableStatsEstimate in method private getOutputSizeForVariable(variableStatistics VariableStatsEstimate, type Type) : double in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Change Parameter Type statistics : SymbolStatsEstimate to statistics : VariableStatsEstimate in method private VariableStatsAssertion(statistics VariableStatsEstimate) in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Parameter Type expressionSymbol : Optional<Symbol> to expressionVariable : Optional<VariableReferenceExpression> in method private estimateExpressionEqualToLiteral(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type estimate : SymbolStatsEstimate to estimate : VariableStatsEstimate in method private equalTo(estimate VariableStatsEstimate) : Consumer<VariableStatsAssertion> in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Parameter Type symbol : Symbol to variable : VariableReferenceExpression in method package VariableStatistics(variable VariableReferenceExpression, estimate VariableStatsEstimate) in class com.facebook.presto.cost.TestJoinStatsRule.VariableStatistics |
From |
To |
|
Change Parameter Type leftExpressionStatistics : SymbolStatsEstimate to leftExpressionStatistics : VariableStatsEstimate in method private estimateExpressionNotEqualToExpression(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type rightExpressionSymbol : Optional<Symbol> to rightExpressionVariable : Optional<VariableReferenceExpression> in method private estimateExpressionNotEqualToExpression(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type symbolStats : SymbolStatsEstimate to symbolStats : VariableStatsEstimate in method private capNDV(symbolStats VariableStatsEstimate, rowCount double) : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Parameter Type left : SymbolStatsEstimate to left : VariableStatsEstimate in method private estimateCoalesce(input PlanNodeStatsEstimate, left VariableStatsEstimate, right VariableStatsEstimate) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator |
From |
To |
|
Change Parameter Type actual : SymbolStatsEstimate to actual : VariableStatsEstimate in method public assertThat(actual VariableStatsEstimate) : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Parameter Type expressionSymbol : Optional<Symbol> to expressionVariable : Optional<VariableReferenceExpression> in method private estimateExpressionLessThanLiteral(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type symbolStatistics : Map<Symbol,SymbolStatsEstimate> to variableStatistics : Map<VariableReferenceExpression,VariableStatsEstimate> in method public addVariableStatistics(variableStatistics Map<VariableReferenceExpression,VariableStatsEstimate>) : Builder in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder |
From |
To |
|
Change Parameter Type columnAssertionConsumer : Consumer<SymbolStatsAssertion> to columnAssertionConsumer : Consumer<VariableStatsAssertion> in method public variableStats(variable VariableReferenceExpression, columnAssertionConsumer Consumer<VariableStatsAssertion>) : PlanNodeStatsAssertion in class com.facebook.presto.cost.PlanNodeStatsAssertion |
From |
To |
|
Change Parameter Type estimate : SymbolStatsEstimate to estimate : VariableStatsEstimate in method package VariableStatistics(variable VariableReferenceExpression, estimate VariableStatsEstimate) in class com.facebook.presto.cost.TestJoinStatsRule.VariableStatistics |
From |
To |
|
Change Parameter Type symbolStats : SymbolStatsEstimate to symbolStats : VariableStatsEstimate in method private zeroNullsFraction(symbolStats VariableStatsEstimate) : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Parameter Type expressionStatistics : SymbolStatsEstimate to expressionStatistics : VariableStatsEstimate in method private estimateExpressionEqualToLiteral(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type rightExpressionStatistics : SymbolStatsEstimate to rightExpressionStatistics : VariableStatsEstimate in method private estimateExpressionNotEqualToExpression(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type symbols : Collection<Symbol> to variables : Collection<VariableReferenceExpression> in method private statsEstimate(variables Collection<VariableReferenceExpression>, outputSizeInBytes double) : PlanNodeStatsEstimate in class com.facebook.presto.cost.TestCostCalculator |
From |
To |
|
Change Parameter Type leftExpressionStatistics : SymbolStatsEstimate to leftExpressionStatistics : VariableStatsEstimate in method private estimateExpressionEqualToExpression(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type symbols : Symbol... to variable : VariableReferenceExpression... in method public variablesWithKnownStats(variable VariableReferenceExpression...) : PlanNodeStatsAssertion in class com.facebook.presto.cost.PlanNodeStatsAssertion |
From |
To |
|
Change Parameter Type symbol : Symbol to variable : VariableReferenceExpression in method public addVariableStatistics(variable VariableReferenceExpression, statistics VariableStatsEstimate) : Builder in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder |
From |
To |
|
Change Parameter Type estimate : SymbolStatsEstimate to estimate : VariableStatsEstimate in method public from(estimate VariableStatsEstimate) : StatisticRange in class com.facebook.presto.cost.StatisticRange |
From |
To |
|
Change Parameter Type symbol : Symbol to variable : VariableReferenceExpression in method public removeVariableStatistics(variable VariableReferenceExpression) : Builder in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder |
From |
To |
|
Change Parameter Type statistics : SymbolStatsEstimate to statistics : VariableStatsEstimate in method public addVariableStatistics(variable VariableReferenceExpression, statistics VariableStatsEstimate) : Builder in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder |
From |
To |
|
Change Parameter Type rightJoinColumn : String to rightJoinColumn : VariableReferenceExpression in method private assertJoinStats(joinType JoinNode.Type, leftJoinColumn VariableReferenceExpression, leftOtherColumn VariableReferenceExpression, rightJoinColumn VariableReferenceExpression, rightOtherColumn VariableReferenceExpression, leftStats PlanNodeStatsEstimate, rightStats PlanNodeStatsEstimate, resultStats PlanNodeStatsEstimate) : void in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Parameter Type rightExpressionStatistics : SymbolStatsEstimate to rightExpressionStatistics : VariableStatsEstimate in method public estimateExpressionToExpressionComparison(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>, operator ComparisonExpression.Operator) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type symbolStatistics : SymbolStatistics... to variableStatistics : VariableStatistics... in method private planNodeStats(rowCount double, variableStatistics VariableStatistics...) : PlanNodeStatsEstimate in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Parameter Type expressionSymbol : Optional<Symbol> to expressionVariable : Optional<VariableReferenceExpression> in method private estimateExpressionNotEqualToLiteral(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type symbol : Symbol to variable : VariableReferenceExpression in method private assertVariableStatsEqual(variable VariableReferenceExpression, actual VariableStatsEstimate, expected VariableStatsEstimate) : void in class com.facebook.presto.cost.PlanNodeStatsAssertion |
From |
To |
|
Change Parameter Type outputSymbols : Collection<Symbol> to outputVariables : Collection<VariableReferenceExpression> in method private checkConsistent(normalizer StatsNormalizer, source String, stats PlanNodeStatsEstimate, outputVariables Collection<VariableReferenceExpression>, types TypeProvider) : void in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Parameter Type actual : SymbolStatsEstimate to actual : VariableStatsEstimate in method private assertVariableStatsEqual(variable VariableReferenceExpression, actual VariableStatsEstimate, expected VariableStatsEstimate) : void in class com.facebook.presto.cost.PlanNodeStatsAssertion |
From |
To |
|
Change Parameter Type expressionStatistics : SymbolStatsEstimate to expressionStatistics : VariableStatsEstimate in method private estimateExpressionLessThanLiteral(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type expressionStatistics : SymbolStatsEstimate to expressionStatistics : VariableStatsEstimate in method public estimateExpressionToLiteralComparison(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble, operator ComparisonExpression.Operator) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type expected : SymbolStatsEstimate to expected : VariableStatsEstimate in method public isEqualTo(expected VariableStatsEstimate) : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Parameter Type leftExpressionSymbol : Optional<Symbol> to leftExpressionVariable : Optional<VariableReferenceExpression> in method public estimateExpressionToExpressionComparison(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>, operator ComparisonExpression.Operator) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type rightExpressionSymbol : Optional<Symbol> to rightExpressionVariable : Optional<VariableReferenceExpression> in method public estimateExpressionToExpressionComparison(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>, operator ComparisonExpression.Operator) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type expressionSymbol : Optional<Symbol> to expressionVariable : Optional<VariableReferenceExpression> in method private estimateExpressionGreaterThanLiteral(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type retainedNdvProvider : BiFunction<SymbolStatsEstimate,SymbolStatsEstimate,Double> to retainedNdvProvider : BiFunction<VariableStatsEstimate,VariableStatsEstimate,Double> in method private compute(sourceStats PlanNodeStatsEstimate, filteringSourceStats PlanNodeStatsEstimate, sourceJoinVariable VariableReferenceExpression, filteringSourceJoinVariable VariableReferenceExpression, retainedNdvProvider BiFunction<VariableStatsEstimate,VariableStatsEstimate,Double>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.SemiJoinStatsCalculator |
From |
To |
|
Change Parameter Type symbolStatistics : PMap<Symbol,SymbolStatsEstimate> to variableStatistics : PMap<VariableReferenceExpression,VariableStatsEstimate> in method private Builder(outputRowCount double, variableStatistics PMap<VariableReferenceExpression,VariableStatsEstimate>) in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder |
From |
To |
|
Change Parameter Type leftExpressionStatistics : SymbolStatsEstimate to leftExpressionStatistics : VariableStatsEstimate in method public estimateExpressionToExpressionComparison(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>, operator ComparisonExpression.Operator) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type expressionSymbol : Optional<Symbol> to expressionVariable : Optional<VariableReferenceExpression> in method public estimateExpressionToLiteralComparison(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble, operator ComparisonExpression.Operator) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Parameter Type outputSymbols : Collection<Symbol> to outputVariables : Collection<VariableReferenceExpression> in method public getOutputSizeInBytes(outputVariables Collection<VariableReferenceExpression>) : double in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Change Parameter Type rightOtherColumn : String to rightOtherColumn : VariableReferenceExpression in method private assertJoinStats(joinType JoinNode.Type, leftJoinColumn VariableReferenceExpression, leftOtherColumn VariableReferenceExpression, rightJoinColumn VariableReferenceExpression, rightOtherColumn VariableReferenceExpression, leftStats PlanNodeStatsEstimate, rightStats PlanNodeStatsEstimate, resultStats PlanNodeStatsEstimate) : void in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Parameter Type symbolStats : SymbolStatsEstimate to variableStats : VariableStatsEstimate in method private normalizeVariableStats(variable VariableReferenceExpression, variableStats VariableStatsEstimate, stats PlanNodeStatsEstimate) : VariableStatsEstimate in class com.facebook.presto.cost.StatsNormalizer |
From |
To |
|
Change Parameter Type symbolStats : SymbolStatsEstimate to variableStats : VariableStatsEstimate in method private maxDistinctValuesByLowHigh(variableStats VariableStatsEstimate, type Type) : double in class com.facebook.presto.cost.StatsNormalizer |
From |
To |
|
Change Parameter Type expected : SymbolStatsEstimate to expected : VariableStatsEstimate in method private assertVariableStatsEqual(variable VariableReferenceExpression, actual VariableStatsEstimate, expected VariableStatsEstimate) : void in class com.facebook.presto.cost.PlanNodeStatsAssertion |
From |
To |
|
Change Parameter Type expressionStatistics : SymbolStatsEstimate to expressionStatistics : VariableStatsEstimate in method private estimateExpressionNotEqualToLiteral(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Rename Variable symbol : Symbol to variable : VariableReferenceExpression in method protected visitIsNullPredicate(node IsNullPredicate, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable newSymbolStats : SymbolStatsEstimate to newVariableStats : VariableStatsEstimate in method private estimateIn(value RowExpression, candidates List<RowExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable symbolStats : SymbolStatsEstimate to variableStats : VariableStatsEstimate in method private estimateIsNull(expression RowExpression) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable newSymbolStats : SymbolStatsEstimate to newvariableStats : VariableStatsEstimate in method protected visitInPredicate(node InPredicate, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable symbol : Symbol to variable : VariableReferenceExpression in method protected visitIsNotNullPredicate(node IsNotNullPredicate, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable symbol : Symbol to variable : VariableReferenceExpression in method package addJoinComplementStats(sourceStats PlanNodeStatsEstimate, innerJoinStats PlanNodeStatsEstimate, joinComplementStats PlanNodeStatsEstimate) : PlanNodeStatsEstimate in class com.facebook.presto.cost.JoinStatsRule |
From |
To |
|
Rename Variable rowExpressionSymbolStatsEstimate : SymbolStatsEstimate to rowExpressionVariableStatsEstimate : VariableStatsEstimate in method private assertCalculate(scalarExpression Expression, inputStatistics PlanNodeStatsEstimate, types TypeProvider) : VariableStatsAssertion in class com.facebook.presto.cost.TestScalarStatsCalculator |
From |
To |
|
Rename Variable symbol : Symbol to variable : VariableReferenceExpression in method private getExpressionStats(expression Expression) : VariableStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable symbol : Symbol to variable : VariableReferenceExpression in method public calculate(node ValuesNode, sourceStats StatsProvider, lookup Lookup, session Session, types TypeProvider) : Optional<PlanNodeStatsEstimate> in class com.facebook.presto.cost.ValuesStatsRule |
From |
To |
|
Rename Variable valueSymbol : Symbol to valueVariable : VariableReferenceExpression in method private estimateIn(value RowExpression, candidates List<RowExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable expressionSymbolStatsEstimate : SymbolStatsEstimate to expressionVariableStatsEstimate : VariableStatsEstimate in method private assertCalculate(scalarExpression Expression, inputStatistics PlanNodeStatsEstimate, types TypeProvider) : VariableStatsAssertion in class com.facebook.presto.cost.TestScalarStatsCalculator |
From |
To |
|
Rename Variable symbol : Symbol to variable : VariableReferenceExpression in method public equalTo(expected PlanNodeStatsEstimate) : PlanNodeStatsAssertion in class com.facebook.presto.cost.PlanNodeStatsAssertion |
From |
To |
|
Rename Variable symbolStatistics : SymbolStatsEstimate to variableStatistics : VariableStatsEstimate in method public doCalculate(node RowNumberNode, statsProvider StatsProvider, lookup Lookup, session Session, types TypeProvider) : Optional<PlanNodeStatsEstimate> in class com.facebook.presto.cost.RowNumberStatsRule |
From |
To |
|
Rename Variable symbolId : int to variableId : int in method public calculate(node ValuesNode, sourceStats StatsProvider, lookup Lookup, session Session, types TypeProvider) : Optional<PlanNodeStatsEstimate> in class com.facebook.presto.cost.ValuesStatsRule |
From |
To |
|
Rename Variable symbol : Symbol to variable : VariableReferenceExpression in method private normalize(stats PlanNodeStatsEstimate, outputVariables Optional<Collection<VariableReferenceExpression>>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.StatsNormalizer |
From |
To |
|
Rename Variable symbols : List<Symbol> to variables : List<VariableReferenceExpression> in method public visitRowNumber(node RowNumberNode, context Void) : PlanCostEstimate in class com.facebook.presto.cost.CostCalculatorUsingExchanges.CostEstimator |
From |
To |
|
Rename Variable symbol : Symbol to variable : VariableReferenceExpression in method private checkConsistent(normalizer StatsNormalizer, source String, stats PlanNodeStatsEstimate, outputVariables Collection<VariableReferenceExpression>, types TypeProvider) : void in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Rename Variable symbol : Symbol to variable : VariableReferenceExpression in method private getRowExpressionStats(expression RowExpression) : VariableStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable rightSymbol : Optional<Symbol> to rightVariable : Optional<VariableReferenceExpression> in method protected visitComparisonExpression(node ComparisonExpression, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable columnSymbols : ImmutableMap.Builder<String,Symbol> to columnVariables : ImmutableMap.Builder<String,VariableReferenceExpression> in method private buildStatsContext(queryPlan Plan, outputNode OutputNode) : StatsContext in class com.facebook.presto.tests.statistics.MetricComparator |
From |
To |
|
Rename Variable outputSymbolStats : Map<Symbol,SymbolStatsEstimate> to outputVariableStats : Map<VariableReferenceExpression,VariableStatsEstimate> in method protected doCalculate(node TableScanNode, sourceStats StatsProvider, lookup Lookup, session Session, types TypeProvider) : Optional<PlanNodeStatsEstimate> in class com.facebook.presto.cost.TableScanStatsRule |
From |
To |
|
Rename Variable symbolStats : SymbolStatsEstimate to variableStats : VariableStatsEstimate in method private normalize(stats PlanNodeStatsEstimate, outputVariables Optional<Collection<VariableReferenceExpression>>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.StatsNormalizer |
From |
To |
|
Rename Variable symbolStats : SymbolStatsEstimate to variableStats : VariableStatsEstimate in method protected visitIsNullPredicate(node IsNullPredicate, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable valueSymbol : Symbol to valueVariable : VariableReferenceExpression in method protected visitInPredicate(node InPredicate, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable rightSymbol : Optional<Symbol> to rightVariable : Optional<VariableReferenceExpression> in method public visitCall(node CallExpression, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable symbolStats : SymbolStatsEstimate to variableStats : VariableStatsEstimate in method protected visitIsNotNullPredicate(node IsNotNullPredicate, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable symbol : Symbol to variable : VariableReferenceExpression in method private estimateIsNull(expression RowExpression) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable leftSymbol : Optional<Symbol> to leftVariable : Optional<VariableReferenceExpression> in method public visitCall(node CallExpression, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Rename Variable leftSymbol : Optional<Symbol> to leftVariable : Optional<VariableReferenceExpression> in method protected visitComparisonExpression(node ComparisonExpression, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public lowValue(expected double) : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private getRowExpressionStats(expression RowExpression) : VariableStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Change Return Type SymbolStatistics to VariableStatistics in method private variableStatistics(variable VariableReferenceExpression, low double, high double, nullsFraction double, ndv double) : VariableStatistics in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public isEqualTo(expected VariableStatsEstimate) : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public highValue(expected double) : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public mapNullsFraction(mappingFunction Function<Double,Double>) : VariableStatsEstimate in class com.facebook.presto.cost.VariableStatsEstimate |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public nullsFraction(expected double) : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public calculate(scalarExpression Expression, inputStatistics PlanNodeStatsEstimate, session Session, types TypeProvider) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private capNDV(symbolStats VariableStatsEstimate, rowCount double) : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public calculate(scalarExpression RowExpression, inputStatistics PlanNodeStatsEstimate, session Session) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator |
From |
To |
|
Change Return Type Symbol to VariableReferenceExpression in method public getVariableForColumn(columnName String) : VariableReferenceExpression in class com.facebook.presto.tests.statistics.StatsContext |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private estimateAggregationStats(aggregation Aggregation, sourceStats PlanNodeStatsEstimate) : VariableStatsEstimate in class com.facebook.presto.cost.AggregationStatsRule |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public nullsFractionUnknown() : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private computeArithmeticBinaryStatistics(call CallExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private zeroNullsFraction(symbolStats VariableStatsEstimate) : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method protected visitLiteral(node Literal, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private buildVariableStatistics(values List<Object>, session Session, type Type) : VariableStatsEstimate in class com.facebook.presto.cost.ValuesStatsRule |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public averageRowSize(expected double) : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private getExpressionStats(expression Expression) : VariableStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public zero() : VariableStatsEstimate in class com.facebook.presto.cost.VariableStatsEstimate |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public distinctValuesCountUnknown() : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private toSymbolStatistics(tableStatistics TableStatistics, columnStatistics ColumnStatistics) : VariableStatsEstimate in class com.facebook.presto.cost.TableScanStatsRule |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method protected visitSymbolReference(node SymbolReference, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public highValueUnknown() : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private computeNegationStatistics(call CallExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method private assertCalculate(scalarExpression Expression, inputStatistics PlanNodeStatsEstimate, types TypeProvider) : VariableStatsAssertion in class com.facebook.presto.cost.TestScalarStatsCalculator |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public visitVariableReference(reference VariableReferenceExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method protected visitCoalesceExpression(node CoalesceExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method protected visitNullLiteral(node NullLiteral, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public assertThat(actual VariableStatsEstimate) : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public emptyRange() : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public distinctValuesCount(expected double) : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public dataSizeUnknown() : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method protected visitFunctionCall(node FunctionCall, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public mapDistinctValuesCount(mappingFunction Function<Double,Double>) : VariableStatsEstimate in class com.facebook.presto.cost.VariableStatsEstimate |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public unknownRange() : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type List<OutputSymbol> to List<VariableReferenceExpression> in method public getOutputs() : List<VariableReferenceExpression> in class com.facebook.presto.sql.planner.planPrinter.NodeRepresentation |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public getVariableStatistics(variable VariableReferenceExpression) : VariableStatsEstimate in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private getVariableStatistics(planNodeStatsEstimate PlanNodeStatsEstimate, columnName String, statsContext StatsContext) : VariableStatsEstimate in class com.facebook.presto.tests.statistics.Metrics |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method protected visitCast(node Cast, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public visitSpecialForm(specialForm SpecialFormExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public visitConstant(literal ConstantExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method private assertCalculate(scalarExpression Expression, inputStatistics PlanNodeStatsEstimate) : VariableStatsAssertion in class com.facebook.presto.cost.TestScalarStatsCalculator |
From |
To |
|
Change Return Type Consumer<SymbolStatsAssertion> to Consumer<VariableStatsAssertion> in method private equalTo(estimate VariableStatsEstimate) : Consumer<VariableStatsAssertion> in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public visitInputReference(reference InputReferenceExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Return Type Set<Symbol> to Set<VariableReferenceExpression> in method public getVariablesWithKnownStatistics() : Set<VariableReferenceExpression> in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public unknown() : VariableStatsEstimate in class com.facebook.presto.cost.VariableStatsEstimate |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method private assertCalculate(scalarExpression Expression) : VariableStatsAssertion in class com.facebook.presto.cost.TestScalarStatsCalculator |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private addColumnStats(leftStats VariableStatsEstimate, leftRows double, rightStats VariableStatsEstimate, rightRows double, newRowCount double, strategy RangeAdditionStrategy) : VariableStatsEstimate in class com.facebook.presto.cost.PlanNodeStatsEstimateMath |
From |
To |
|
Change Return Type SymbolStatsAssertion to VariableStatsAssertion in method public lowValueUnknown() : VariableStatsAssertion in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method protected visitArithmeticUnary(node ArithmeticUnaryExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private updateNDV(symbolStats VariableStatsEstimate, delta double) : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public build() : VariableStatsEstimate in class com.facebook.presto.cost.VariableStatsEstimate.Builder |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private normalizeVariableStats(variable VariableReferenceExpression, variableStats VariableStatsEstimate, stats PlanNodeStatsEstimate) : VariableStatsEstimate in class com.facebook.presto.cost.StatsNormalizer |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private estimateCoalesce(input PlanNodeStatsEstimate, left VariableStatsEstimate, right VariableStatsEstimate) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public visitCall(call CallExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method public visitLambda(lambda LambdaDefinitionExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method protected visitNode(node Node, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method protected visitArithmeticBinary(node ArithmeticBinaryExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private nullStatsEstimate() : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator |
From |
To |
|
Change Return Type SymbolStatsEstimate to VariableStatsEstimate in method private computeCastStatistics(call CallExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Variable Type outputSymbolStats : Map<Symbol,SymbolStatsEstimate> to outputVariableStats : Map<VariableReferenceExpression,VariableStatsEstimate> in method protected doCalculate(node TableScanNode, sourceStats StatsProvider, lookup Lookup, session Session, types TypeProvider) : Optional<PlanNodeStatsEstimate> in class com.facebook.presto.cost.TableScanStatsRule |
From |
To |
|
Change Variable Type symbolStatistic : SymbolStatistics to symbolStatistic : VariableStatistics in method private planNodeStats(rowCount double, variableStatistics VariableStatistics...) : PlanNodeStatsEstimate in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Variable Type left : SymbolStatsEstimate to left : VariableStatsEstimate in method private computeArithmeticBinaryStatistics(call CallExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Variable Type symbolStats : SymbolStatsEstimate to variableStats : VariableStatsEstimate in method protected visitIsNullPredicate(node IsNullPredicate, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type leftColumnStats : SymbolStatsEstimate to leftColumnStats : VariableStatsEstimate in method private calculateJoinComplementStats(leftStats PlanNodeStatsEstimate, rightStats PlanNodeStatsEstimate, drivingClause EquiJoinClause, numberOfRemainingClauses int) : PlanNodeStatsEstimate in class com.facebook.presto.cost.JoinStatsRule |
From |
To |
|
Change Variable Type valueSymbol : Symbol to valueVariable : VariableReferenceExpression in method private estimateIn(value RowExpression, candidates List<RowExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type right : SymbolStatsEstimate to right : VariableStatsEstimate in method private computeArithmeticBinaryStatistics(call CallExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Variable Type leftNullsFiltered : SymbolStatsEstimate to leftNullsFiltered : VariableStatsEstimate in method private estimateExpressionNotEqualToExpression(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Variable Type result : SymbolStatsEstimate to result : VariableStatsEstimate in method protected visitCoalesceExpression(node CoalesceExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Variable Type symbolStats : SymbolStatsEstimate to variableStats : VariableStatsEstimate in method protected visitIsNotNullPredicate(node IsNotNullPredicate, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type symbol : Symbol to variable : VariableReferenceExpression in method private estimateIsNull(expression RowExpression) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type stats : SymbolStatsEstimate to stats : VariableStatsEstimate in method public testSemiJoinPropagatesSourceStats() : void in class com.facebook.presto.cost.TestSemiJoinStatsRule |
From |
To |
|
Change Variable Type newRightStats : SymbolStatsEstimate to newRightStats : VariableStatsEstimate in method private filterByAuxiliaryClause(stats PlanNodeStatsEstimate, clause EquiJoinClause, types TypeProvider) : PlanNodeStatsEstimate in class com.facebook.presto.cost.JoinStatsRule |
From |
To |
|
Change Variable Type joinComplementSymbolStats : SymbolStatsEstimate to joinComplementSymbolStats : VariableStatsEstimate in method package addJoinComplementStats(sourceStats PlanNodeStatsEstimate, innerJoinStats PlanNodeStatsEstimate, joinComplementStats PlanNodeStatsEstimate) : PlanNodeStatsEstimate in class com.facebook.presto.cost.JoinStatsRule |
From |
To |
|
Change Variable Type rightStats : SymbolStatsEstimate to rightStats : VariableStatsEstimate in method protected visitComparisonExpression(node ComparisonExpression, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type stats : SymbolStatsEstimate to stats : VariableStatsEstimate in method protected visitArithmeticUnary(node ArithmeticUnaryExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Variable Type xStats : SymbolStatsEstimate to xStats : VariableStatsEstimate in method public testSymbolReference() : void in class com.facebook.presto.cost.TestScalarStatsCalculator |
From |
To |
|
Change Variable Type newSymbolStats : SymbolStatsEstimate to newvariableStats : VariableStatsEstimate in method protected visitInPredicate(node InPredicate, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type rightStats : SymbolStatsEstimate to rightStats : VariableStatsEstimate in method public visitCall(node CallExpression, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type rightSymbol : Optional<Symbol> to rightVariable : Optional<VariableReferenceExpression> in method protected visitComparisonExpression(node ComparisonExpression, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type operandEstimates : SymbolStatsEstimate to operandEstimates : VariableStatsEstimate in method protected visitCoalesceExpression(node CoalesceExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Variable Type leftStats : SymbolStatsEstimate to leftStats : VariableStatsEstimate in method protected visitComparisonExpression(node ComparisonExpression, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type stats : SymbolStatsEstimate to stats : VariableStatsEstimate 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 sourceStats : SymbolStatsEstimate to sourceStats : VariableStatsEstimate in method private computeCastStatistics(call CallExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Variable Type innerJoinSymbolStats : SymbolStatsEstimate to innerJoinSymbolStats : VariableStatsEstimate in method package addJoinComplementStats(sourceStats PlanNodeStatsEstimate, innerJoinStats PlanNodeStatsEstimate, joinComplementStats PlanNodeStatsEstimate) : PlanNodeStatsEstimate in class com.facebook.presto.cost.JoinStatsRule |
From |
To |
|
Change Variable Type symbolStats : SymbolStatsEstimate to variableStats : VariableStatsEstimate in method private normalize(stats PlanNodeStatsEstimate, outputVariables Optional<Collection<VariableReferenceExpression>>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.StatsNormalizer |
From |
To |
|
Change Variable Type stats : SymbolStatsEstimate to stats : VariableStatsEstimate in method private computeNegationStatistics(call CallExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Variable Type symbolStats : SymbolStatsEstimate to symbolStats : VariableStatsEstimate in method private assertCapRange(stats PlanNodeStatsEstimate, cap PlanNodeStatsEstimate, expectedLow double, expectedHigh double) : void in class com.facebook.presto.cost.TestPlanNodeStatsEstimateMath |
From |
To |
|
Change Variable Type operandEstimates : SymbolStatsEstimate to operandEstimates : VariableStatsEstimate in method public visitSpecialForm(specialForm SpecialFormExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Variable Type symbolStats : SymbolStatsEstimate to symbolStats : VariableStatsEstimate in method private testCapDistinctValuesByToDomainRangeLength(type Type, ndv double, low Object, high Object, expectedNormalizedNdv double) : void in class com.facebook.presto.cost.TestStatsNormalizer |
From |
To |
|
Change Variable Type columnAssertion : SymbolStatsAssertion to columnAssertion : VariableStatsAssertion in method public variableStats(variable VariableReferenceExpression, columnAssertionConsumer Consumer<VariableStatsAssertion>) : PlanNodeStatsAssertion in class com.facebook.presto.cost.PlanNodeStatsAssertion |
From |
To |
|
Change Variable Type valueStats : SymbolStatsEstimate to valueStats : VariableStatsEstimate in method private estimateIn(value RowExpression, candidates List<RowExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type leftSymbol : Optional<Symbol> to leftVariable : Optional<VariableReferenceExpression> in method public visitCall(node CallExpression, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type newLeftStats : SymbolStatsEstimate to newLeftStats : VariableStatsEstimate in method private filterByAuxiliaryClause(stats PlanNodeStatsEstimate, clause EquiJoinClause, types TypeProvider) : PlanNodeStatsEstimate in class com.facebook.presto.cost.JoinStatsRule |
From |
To |
|
Change Variable Type leftSymbol : Optional<Symbol> to leftVariable : Optional<VariableReferenceExpression> in method protected visitComparisonExpression(node ComparisonExpression, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type leftSymbolStats : SymbolStatsEstimate to leftSymbolStats : VariableStatsEstimate in method package addJoinComplementStats(sourceStats PlanNodeStatsEstimate, innerJoinStats PlanNodeStatsEstimate, joinComplementStats PlanNodeStatsEstimate) : PlanNodeStatsEstimate in class com.facebook.presto.cost.JoinStatsRule |
From |
To |
|
Change Variable Type allNullStats : SymbolStatsEstimate to allNullStats : VariableStatsEstimate in method public testArithmeticBinaryWithAllNullsSymbol() : void in class com.facebook.presto.cost.TestScalarStatsCalculator |
From |
To |
|
Change Variable Type symbols : List<Symbol> to variables : List<VariableReferenceExpression> in method public visitRowNumber(node RowNumberNode, context Void) : PlanCostEstimate in class com.facebook.presto.cost.CostCalculatorUsingExchanges.CostEstimator |
From |
To |
|
Change Variable Type capSymbolStats : SymbolStatsEstimate to capSymbolStats : VariableStatsEstimate in method public capStats(stats PlanNodeStatsEstimate, cap PlanNodeStatsEstimate) : PlanNodeStatsEstimate in class com.facebook.presto.cost.PlanNodeStatsEstimateMath |
From |
To |
|
Change Variable Type symbol : Symbol to variable : VariableReferenceExpression in method protected visitIsNotNullPredicate(node IsNotNullPredicate, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type symbolStatistics : SymbolStatsEstimate to symbolStatistics : VariableStatsEstimate in method public groupBy(sourceStats PlanNodeStatsEstimate, groupByVariables Collection<VariableReferenceExpression>, aggregations Map<VariableReferenceExpression,Aggregation>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.AggregationStatsRule |
From |
To |
|
Change Variable Type rightColumnStats : SymbolStatsEstimate to rightColumnStats : VariableStatsEstimate in method private calculateJoinComplementStats(leftStats PlanNodeStatsEstimate, rightStats PlanNodeStatsEstimate, drivingClause EquiJoinClause, numberOfRemainingClauses int) : PlanNodeStatsEstimate in class com.facebook.presto.cost.JoinStatsRule |
From |
To |
|
Change Variable Type right : SymbolStatsEstimate to right : VariableStatsEstimate in method protected visitArithmeticBinary(node ArithmeticBinaryExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Variable Type symbol : Symbol to variable : VariableReferenceExpression in method public calculate(node ValuesNode, sourceStats StatsProvider, lookup Lookup, session Session, types TypeProvider) : Optional<PlanNodeStatsEstimate> in class com.facebook.presto.cost.ValuesStatsRule |
From |
To |
|
Change Variable Type supersetSymbolStats : SymbolStatsEstimate to supersetSymbolStats : VariableStatsEstimate in method public subtractSubsetStats(superset PlanNodeStatsEstimate, subset PlanNodeStatsEstimate) : PlanNodeStatsEstimate in class com.facebook.presto.cost.PlanNodeStatsEstimateMath |
From |
To |
|
Change Variable Type that : SymbolStatsEstimate to that : VariableStatsEstimate in method public equals(o Object) : boolean in class com.facebook.presto.cost.VariableStatsEstimate |
From |
To |
|
Change Variable Type symbolStats : SymbolStatsEstimate to symbolStats : VariableStatsEstimate in method public capStats(stats PlanNodeStatsEstimate, cap PlanNodeStatsEstimate) : PlanNodeStatsEstimate in class com.facebook.presto.cost.PlanNodeStatsEstimateMath |
From |
To |
|
Change Variable Type rightStats : SymbolStatsEstimate to rightStats : VariableStatsEstimate in method private filterByAuxiliaryClause(stats PlanNodeStatsEstimate, clause EquiJoinClause, types TypeProvider) : PlanNodeStatsEstimate in class com.facebook.presto.cost.JoinStatsRule |
From |
To |
|
Change Variable Type symbol : Symbol to variable : VariableReferenceExpression in method public equalTo(expected PlanNodeStatsEstimate) : PlanNodeStatsAssertion in class com.facebook.presto.cost.PlanNodeStatsAssertion |
From |
To |
|
Change Variable Type valueStats : SymbolStatsEstimate to valueStats : VariableStatsEstimate in method protected visitInPredicate(node InPredicate, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type leftStats : SymbolStatsEstimate to leftStats : VariableStatsEstimate in method public visitCall(node CallExpression, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type sourceStats : SymbolStatsEstimate to sourceStats : VariableStatsEstimate in method protected visitCast(node Cast, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Variable Type newSymbolStats : SymbolStatsEstimate to newVariableStats : VariableStatsEstimate in method private estimateIn(value RowExpression, candidates List<RowExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type symbolNewEstimate : SymbolStatsEstimate to symbolNewEstimate : VariableStatsEstimate in method private estimateFilterRange(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, filterRange StatisticRange) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Variable Type symbol : Symbol to variable : VariableReferenceExpression in method private getRowExpressionStats(expression RowExpression) : VariableStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type columnSymbols : ImmutableMap.Builder<String,Symbol> to columnVariables : ImmutableMap.Builder<String,VariableReferenceExpression> in method private buildStatsContext(queryPlan Plan, outputNode OutputNode) : StatsContext in class com.facebook.presto.tests.statistics.MetricComparator |
From |
To |
|
Change Variable Type rowExpressionSymbolStatsEstimate : SymbolStatsEstimate to rowExpressionVariableStatsEstimate : VariableStatsEstimate in method private assertCalculate(scalarExpression Expression, inputStatistics PlanNodeStatsEstimate, types TypeProvider) : VariableStatsAssertion in class com.facebook.presto.cost.TestScalarStatsCalculator |
From |
To |
|
Change Variable Type result : SymbolStatsEstimate to result : VariableStatsEstimate in method public visitSpecialForm(specialForm SpecialFormExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.RowExpressionStatsVisitor |
From |
To |
|
Change Variable Type symbol : Symbol to variable : VariableReferenceExpression in method private getExpressionStats(expression Expression) : VariableStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type subsetSymbolStats : SymbolStatsEstimate to subsetSymbolStats : VariableStatsEstimate in method public subtractSubsetStats(superset PlanNodeStatsEstimate, subset PlanNodeStatsEstimate) : PlanNodeStatsEstimate in class com.facebook.presto.cost.PlanNodeStatsEstimateMath |
From |
To |
|
Change Variable Type newSourceJoinSymbolStats : SymbolStatsEstimate to newSourceJoinSymbolStats : VariableStatsEstimate in method private compute(sourceStats PlanNodeStatsEstimate, filteringSourceStats PlanNodeStatsEstimate, sourceJoinVariable VariableReferenceExpression, filteringSourceJoinVariable VariableReferenceExpression, retainedNdvProvider BiFunction<VariableStatsEstimate,VariableStatsEstimate,Double>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.SemiJoinStatsCalculator |
From |
To |
|
Change Variable Type statistics : SymbolStatsEstimate to statistics : VariableStatsEstimate in method private assertAddRange(first PlanNodeStatsEstimate, second PlanNodeStatsEstimate, expectedLow double, expectedHigh double) : void in class com.facebook.presto.cost.TestPlanNodeStatsEstimateMath |
From |
To |
|
Change Variable Type valueSymbol : Symbol to valueVariable : VariableReferenceExpression in method protected visitInPredicate(node InPredicate, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type expressionSymbolStatsEstimate : SymbolStatsEstimate to expressionVariableStatsEstimate : VariableStatsEstimate in method private assertCalculate(scalarExpression Expression, inputStatistics PlanNodeStatsEstimate, types TypeProvider) : VariableStatsAssertion in class com.facebook.presto.cost.TestScalarStatsCalculator |
From |
To |
|
Change Variable Type rightSymbol : Optional<Symbol> to rightVariable : Optional<VariableReferenceExpression> in method public visitCall(node CallExpression, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type symbolStatistics : SymbolStatsEstimate to variableStatistics : VariableStatsEstimate in method public doCalculate(node RowNumberNode, statsProvider StatsProvider, lookup Lookup, session Session, types TypeProvider) : Optional<PlanNodeStatsEstimate> in class com.facebook.presto.cost.RowNumberStatsRule |
From |
To |
|
Change Variable Type leftStats : SymbolStatsEstimate to leftStats : VariableStatsEstimate in method private filterByAuxiliaryClause(stats PlanNodeStatsEstimate, clause EquiJoinClause, types TypeProvider) : PlanNodeStatsEstimate in class com.facebook.presto.cost.JoinStatsRule |
From |
To |
|
Change Variable Type equalityStats : SymbolStatsEstimate to equalityStats : VariableStatsEstimate in method private estimateExpressionEqualToExpression(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Variable Type rightNullsFiltered : SymbolStatsEstimate to rightNullsFiltered : VariableStatsEstimate in method private estimateExpressionNotEqualToExpression(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Variable Type symbolStats : SymbolStatsEstimate to symbolStats : VariableStatsEstimate in method private addStats(left PlanNodeStatsEstimate, right PlanNodeStatsEstimate, strategy RangeAdditionStrategy) : PlanNodeStatsEstimate in class com.facebook.presto.cost.PlanNodeStatsEstimateMath |
From |
To |
|
Change Variable Type symbol : Symbol to variable : VariableReferenceExpression in method private normalize(stats PlanNodeStatsEstimate, outputVariables Optional<Collection<VariableReferenceExpression>>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.StatsNormalizer |
From |
To |
|
Change Variable Type left : SymbolStatsEstimate to left : VariableStatsEstimate in method protected visitArithmeticBinary(node ArithmeticBinaryExpression, context Void) : VariableStatsEstimate in class com.facebook.presto.cost.ScalarStatsCalculator.ExpressionStatsVisitor |
From |
To |
|
Change Variable Type symbolNewEstimate : SymbolStatsEstimate to symbolNewEstimate : VariableStatsEstimate in method private estimateExpressionNotEqualToLiteral(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Change Variable Type statistics : SymbolStatsEstimate to statistics : VariableStatsEstimate in method private assertSubtractRange(supersetLow double, supersetHigh double, subsetLow double, subsetHigh double, expectedLow double, expectedHigh double) : void in class com.facebook.presto.cost.TestPlanNodeStatsEstimateMath |
From |
To |
|
Change Variable Type symbol : Symbol to variable : VariableReferenceExpression in method protected visitIsNullPredicate(node IsNullPredicate, context Void) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type symbolStats : SymbolStatsEstimate to variableStats : VariableStatsEstimate in method private estimateIsNull(expression RowExpression) : PlanNodeStatsEstimate in class com.facebook.presto.cost.FilterStatsCalculator.FilterRowExpressionStatsCalculatingVisitor |
From |
To |
|
Change Variable Type symbol : Symbol to variable : VariableReferenceExpression in method private checkConsistent(normalizer StatsNormalizer, source String, stats PlanNodeStatsEstimate, outputVariables Collection<VariableReferenceExpression>, types TypeProvider) : void in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Variable Type symbol : Symbol to variable : VariableReferenceExpression in method package addJoinComplementStats(sourceStats PlanNodeStatsEstimate, innerJoinStats PlanNodeStatsEstimate, joinComplementStats PlanNodeStatsEstimate) : PlanNodeStatsEstimate in class com.facebook.presto.cost.JoinStatsRule |
From |
To |
|
Change Attribute Type expectedAInC : SymbolStatsEstimate to expectedAInC : VariableStatsEstimate in class com.facebook.presto.cost.TestSimpleFilterProjectSemiJoinStatsRule |
From |
To |
|
Change Attribute Type u : Symbol to u : VariableReferenceExpression in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type unknownRange : Symbol to unknownRange : VariableReferenceExpression in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type cStats : SymbolStatsEstimate to cStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSimpleFilterProjectSemiJoinStatsRule |
From |
To |
|
Change Attribute Type expectedANotInC : SymbolStatsEstimate to expectedANotInC : VariableStatsEstimate in class com.facebook.presto.cost.TestSimpleFilterProjectSemiJoinStatsRule |
From |
To |
|
Change Attribute Type LEFT_JOIN_COLUMN_2 : String to LEFT_JOIN_COLUMN_2 : VariableReferenceExpression in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Attribute Type yStats : SymbolStatsEstimate to yStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type rightOpen : Symbol to rightOpen : VariableReferenceExpression in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type emptyRange : Symbol to emptyRange : VariableReferenceExpression in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type LEFT_JOIN_COLUMN_STATS : SymbolStatistics to LEFT_JOIN_COLUMN_STATS : VariableStatistics in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Attribute Type emptyRangeStats : SymbolStatsEstimate to emptyRangeStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type LEFT_JOIN_COLUMN_2_STATS : SymbolStatistics to LEFT_JOIN_COLUMN_2_STATS : VariableStatistics in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Attribute Type wStats : SymbolStatsEstimate to wStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type w : Symbol to w : VariableReferenceExpression in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type SYMBOL : Symbol to VARIABLE : VariableReferenceExpression in class com.facebook.presto.cost.TestPlanNodeStatsEstimateMath |
From |
To |
|
Change Attribute Type leftOpen : Symbol to leftOpen : VariableReferenceExpression in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type xStats : SymbolStatsEstimate to xStats : VariableStatsEstimate in class com.facebook.presto.cost.TestFilterStatsCalculator |
From |
To |
|
Change Attribute Type xStats : SymbolStatsEstimate to xStats : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Attribute Type uStats : SymbolStatsEstimate to uStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type x : Symbol to x : VariableReferenceExpression in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type uStats : SymbolStatsEstimate to uStats : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Attribute Type estimate : SymbolStatsEstimate to estimate : VariableStatsEstimate in class com.facebook.presto.cost.TestJoinStatsRule.VariableStatistics |
From |
To |
|
Change Attribute Type y : Symbol to y : VariableReferenceExpression in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type fractionalNdvStats : SymbolStatsEstimate to fractionalNdvStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type leftOpenStats : SymbolStatsEstimate to leftOpenStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type leftOpenStats : SymbolStatsEstimate to leftOpenStats : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Attribute Type zStats : SymbolStatsEstimate to uStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type uStats : SymbolStatsEstimate to zStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type zStats : SymbolStatsEstimate to zStats : VariableStatsEstimate in class com.facebook.presto.cost.TestFilterStatsCalculator |
From |
To |
|
Change Attribute Type xStats : SymbolStatsEstimate to xStats : VariableStatsEstimate in class com.facebook.presto.cost.TestRowNumberStatsRule |
From |
To |
|
Change Attribute Type z : Symbol to z : VariableReferenceExpression in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type symbolStatistics : PMap<Symbol,SymbolStatsEstimate> to variableStatistics : PMap<VariableReferenceExpression,VariableStatsEstimate> in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Change Attribute Type rightOpenStats : SymbolStatsEstimate to rightOpenStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type LEFT_JOIN_COLUMN : String to LEFT_JOIN_COLUMN : VariableReferenceExpression in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Attribute Type unknownRangeStats : SymbolStatsEstimate to unknownRangeStats : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Attribute Type expectedANotInCWithExtraFilter : SymbolStatsEstimate to expectedANotInCWithExtraFilter : VariableStatsEstimate in class com.facebook.presto.cost.TestSimpleFilterProjectSemiJoinStatsRule |
From |
To |
|
Change Attribute Type symbolStatistics : PMap<Symbol,SymbolStatsEstimate> to variableStatistics : PMap<VariableReferenceExpression,VariableStatsEstimate> in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder |
From |
To |
|
Change Attribute Type LEFT_OTHER_COLUMN : String to LEFT_OTHER_COLUMN : VariableReferenceExpression in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Attribute Type RIGHT_JOIN_COLUMN_2_STATS : SymbolStatistics to RIGHT_JOIN_COLUMN_2_STATS : VariableStatistics in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Attribute Type zStats : SymbolStatsEstimate to zStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type bStats : SymbolStatsEstimate to bStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSimpleFilterProjectSemiJoinStatsRule |
From |
To |
|
Change Attribute Type emptyRangeStats : SymbolStatsEstimate to emptyRangeStats : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Attribute Type yStats : SymbolStatsEstimate to yStats : VariableStatsEstimate in class com.facebook.presto.cost.TestRowNumberStatsRule |
From |
To |
|
Change Attribute Type rightOpenStats : SymbolStatsEstimate to rightOpenStats : VariableStatsEstimate in class com.facebook.presto.cost.TestFilterStatsCalculator |
From |
To |
|
Change Attribute Type LEFT_OTHER_COLUMN_STATS : SymbolStatistics to LEFT_OTHER_COLUMN_STATS : VariableStatistics in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Attribute Type RIGHT_OTHER_COLUMN : String to RIGHT_OTHER_COLUMN : VariableReferenceExpression in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Attribute Type rightOpenStats : SymbolStatsEstimate to rightOpenStats : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Attribute Type yStats : SymbolStatsEstimate to yStats : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Attribute Type columnSymbols : Map<String,Symbol> to columnVariables : Map<String,VariableReferenceExpression> in class com.facebook.presto.tests.statistics.StatsContext |
From |
To |
|
Change Attribute Type xStats : SymbolStatsEstimate to xStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type fractionalNdv : Symbol to fractionalNdv : VariableReferenceExpression in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type RIGHT_JOIN_COLUMN_STATS : SymbolStatistics to RIGHT_JOIN_COLUMN_STATS : VariableStatistics in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Attribute Type leftOpenStats : SymbolStatsEstimate to leftOpenStats : VariableStatsEstimate in class com.facebook.presto.cost.TestFilterStatsCalculator |
From |
To |
|
Change Attribute Type unknown : Symbol to unknown : VariableReferenceExpression in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type RIGHT_OTHER_COLUMN_STATS : SymbolStatistics to RIGHT_OTHER_COLUMN_STATS : VariableStatistics in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Attribute Type unknownRangeStats : SymbolStatsEstimate to unknownRangeStats : VariableStatsEstimate in class com.facebook.presto.cost.TestFilterStatsCalculator |
From |
To |
|
Change Attribute Type statistics : SymbolStatsEstimate to statistics : VariableStatsEstimate in class com.facebook.presto.cost.VariableStatsAssertion |
From |
To |
|
Change Attribute Type varcharStats : SymbolStatsEstimate to varcharStats : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Attribute Type mediumVarcharStats : SymbolStatsEstimate to mediumVarcharStats : VariableStatsEstimate in class com.facebook.presto.cost.TestFilterStatsCalculator |
From |
To |
|
Change Attribute Type RIGHT_JOIN_COLUMN : String to RIGHT_JOIN_COLUMN : VariableReferenceExpression in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Attribute Type symbol : Symbol to variable : VariableReferenceExpression in class com.facebook.presto.cost.TestJoinStatsRule.VariableStatistics |
From |
To |
|
Change Attribute Type yStats : SymbolStatsEstimate to yStats : VariableStatsEstimate in class com.facebook.presto.cost.TestFilterStatsCalculator |
From |
To |
|
Change Attribute Type RIGHT_JOIN_COLUMN_2 : String to RIGHT_JOIN_COLUMN_2 : VariableReferenceExpression in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Change Attribute Type zStats : SymbolStatsEstimate to zStats : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Attribute Type wStats : SymbolStatsEstimate to wStats : VariableStatsEstimate in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Change Attribute Type ZERO : SymbolStatsEstimate to ZERO : VariableStatsEstimate in class com.facebook.presto.cost.VariableStatsEstimate |
From |
To |
|
Change Attribute Type unknownRangeStats : SymbolStatsEstimate to unknownRangeStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSemiJoinStatsCalculator |
From |
To |
|
Change Attribute Type UNKNOWN : SymbolStatsEstimate to UNKNOWN : VariableStatsEstimate in class com.facebook.presto.cost.VariableStatsEstimate |
From |
To |
|
Change Attribute Type aStats : SymbolStatsEstimate to aStats : VariableStatsEstimate in class com.facebook.presto.cost.TestSimpleFilterProjectSemiJoinStatsRule |
From |
To |
|
Change Attribute Type emptyRangeStats : SymbolStatsEstimate to emptyRangeStats : VariableStatsEstimate in class com.facebook.presto.cost.TestFilterStatsCalculator |
From |
To |
|
Change Attribute Type outputs : List<OutputSymbol> to outputs : List<VariableReferenceExpression> in class com.facebook.presto.sql.planner.planPrinter.NodeRepresentation |
From |
To |
|
Rename Parameter outputSymbols : Collection<Symbol> to outputVariables : Collection<VariableReferenceExpression> in method public getOutputSizeInBytes(outputVariables Collection<VariableReferenceExpression>) : double in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Rename Parameter leftExpressionSymbol : Optional<Symbol> to leftExpressionVariable : Optional<VariableReferenceExpression> in method public estimateExpressionToExpressionComparison(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>, operator ComparisonExpression.Operator) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Rename Parameter columnSymbols : Map<String,Symbol> to columnVariables : Map<String,VariableReferenceExpression> in method public StatsContext(columnVariables Map<String,VariableReferenceExpression>) in class com.facebook.presto.tests.statistics.StatsContext |
From |
To |
|
Rename Parameter symbolType : Type to type : Type in method private getVariableValues(valuesNode ValuesNode, symbolId int, session Session, type Type) : List<Object> in class com.facebook.presto.cost.ValuesStatsRule |
From |
To |
|
Rename Parameter expressionSymbol : Optional<Symbol> to expressionVariable : Optional<VariableReferenceExpression> in method private estimateExpressionLessThanLiteral(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Rename Parameter symbolStatistics : PMap<Symbol,SymbolStatsEstimate> to variableStatistics : PMap<VariableReferenceExpression,VariableStatsEstimate> in method private Builder(outputRowCount double, variableStatistics PMap<VariableReferenceExpression,VariableStatsEstimate>) in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder |
From |
To |
|
Rename Parameter expressionSymbol : Optional<Symbol> to expressionVariable : Optional<VariableReferenceExpression> in method private estimateExpressionNotEqualToLiteral(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Rename Parameter symbol : Symbol to variable : VariableReferenceExpression in method public addVariableStatistics(variable VariableReferenceExpression, statistics VariableStatsEstimate) : Builder in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder |
From |
To |
|
Rename Parameter outputSymbols : Collection<Symbol> to outputVariables : Collection<VariableReferenceExpression> in method private checkConsistent(normalizer StatsNormalizer, source String, stats PlanNodeStatsEstimate, outputVariables Collection<VariableReferenceExpression>, types TypeProvider) : void in class com.facebook.presto.cost.TestComparisonStatsCalculator |
From |
To |
|
Rename Parameter symbolStatistics : SymbolStatsEstimate to variableStatistics : VariableStatsEstimate in method private getOutputSizeForVariable(variableStatistics VariableStatsEstimate, type Type) : double in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Rename Parameter symbolStatistics : Map<Symbol,SymbolStatsEstimate> to variableStatistics : Map<VariableReferenceExpression,VariableStatsEstimate> in method public PlanNodeStatsEstimate(outputRowCount double, variableStatistics Map<VariableReferenceExpression,VariableStatsEstimate>) in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Rename Parameter symbolName : String to variableName : String in method package VariableStatistics(variableName String, estimate VariableStatsEstimate) in class com.facebook.presto.cost.TestJoinStatsRule.VariableStatistics |
From |
To |
|
Rename Parameter symbol : Symbol to variable : VariableReferenceExpression in method public removeVariableStatistics(variable VariableReferenceExpression) : Builder in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder |
From |
To |
|
Rename Parameter symbolStatistics : PMap<Symbol,SymbolStatsEstimate> to variableStatistics : PMap<VariableReferenceExpression,VariableStatsEstimate> in method private PlanNodeStatsEstimate(outputRowCount double, variableStatistics PMap<VariableReferenceExpression,VariableStatsEstimate>) in class com.facebook.presto.cost.PlanNodeStatsEstimate |
From |
To |
|
Rename Parameter rightExpressionSymbol : Optional<Symbol> to rightExpressionVariable : Optional<VariableReferenceExpression> in method private estimateExpressionNotEqualToExpression(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Rename Parameter symbolStats : SymbolStatsEstimate to variableStats : VariableStatsEstimate in method private normalizeVariableStats(variable VariableReferenceExpression, variableStats VariableStatsEstimate, stats PlanNodeStatsEstimate) : VariableStatsEstimate in class com.facebook.presto.cost.StatsNormalizer |
From |
To |
|
Rename Parameter rightExpressionSymbol : Optional<Symbol> to rightExpressionVariable : Optional<VariableReferenceExpression> in method public estimateExpressionToExpressionComparison(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>, operator ComparisonExpression.Operator) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Rename Parameter expressionSymbol : Optional<Symbol> to expressionVariable : Optional<VariableReferenceExpression> in method private estimateExpressionGreaterThanLiteral(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Rename Parameter symbolStatistics : SymbolStatistics... to variableStatistics : VariableStatistics... in method private planNodeStats(rowCount double, variableStatistics VariableStatistics...) : PlanNodeStatsEstimate in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Rename Parameter expressionSymbol : Optional<Symbol> to expressionVariable : Optional<VariableReferenceExpression> in method private estimateExpressionEqualToLiteral(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Rename Parameter symbols : Symbol... to variable : VariableReferenceExpression... in method public variablesWithKnownStats(variable VariableReferenceExpression...) : PlanNodeStatsAssertion in class com.facebook.presto.cost.PlanNodeStatsAssertion |
From |
To |
|
Rename Parameter expressionSymbol : Optional<Symbol> to expressionVariable : Optional<VariableReferenceExpression> in method public estimateExpressionToLiteralComparison(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, literalValue OptionalDouble, operator ComparisonExpression.Operator) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Rename Parameter symbolStatistics : Map<Symbol,SymbolStatsEstimate> to variableStatistics : Map<VariableReferenceExpression,VariableStatsEstimate> in method public addVariableStatistics(variableStatistics Map<VariableReferenceExpression,VariableStatsEstimate>) : Builder in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder |
From |
To |
|
Rename Parameter symbolName : String to variable : VariableReferenceExpression in method private variableStatistics(variable VariableReferenceExpression, low double, high double, nullsFraction double, ndv double) : VariableStatistics in class com.facebook.presto.cost.TestJoinStatsRule |
From |
To |
|
Rename Parameter leftExpressionSymbol : Optional<Symbol> to leftExpressionVariable : Optional<VariableReferenceExpression> in method private estimateExpressionNotEqualToExpression(inputStatistics PlanNodeStatsEstimate, leftExpressionStatistics VariableStatsEstimate, leftExpressionVariable Optional<VariableReferenceExpression>, rightExpressionStatistics VariableStatsEstimate, rightExpressionVariable Optional<VariableReferenceExpression>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Rename Parameter symbolStats : SymbolStatsEstimate to variableStats : VariableStatsEstimate in method private maxDistinctValuesByLowHigh(variableStats VariableStatsEstimate, type Type) : double in class com.facebook.presto.cost.StatsNormalizer |
From |
To |
|
Rename Parameter symbol : Symbol to variable : VariableReferenceExpression in method package VariableStatistics(variable VariableReferenceExpression, estimate VariableStatsEstimate) in class com.facebook.presto.cost.TestJoinStatsRule.VariableStatistics |
From |
To |
|
Rename Parameter symbol : Symbol to variable : VariableReferenceExpression in method private assertVariableStatsEqual(variable VariableReferenceExpression, actual VariableStatsEstimate, expected VariableStatsEstimate) : void in class com.facebook.presto.cost.PlanNodeStatsAssertion |
From |
To |
|
Rename Parameter expressionSymbol : Optional<Symbol> to expressionVariable : Optional<VariableReferenceExpression> in method private estimateFilterRange(inputStatistics PlanNodeStatsEstimate, expressionStatistics VariableStatsEstimate, expressionVariable Optional<VariableReferenceExpression>, filterRange StatisticRange) : PlanNodeStatsEstimate in class com.facebook.presto.cost.ComparisonStatsCalculator |
From |
To |
|
Rename Parameter symbols : Collection<Symbol> to variables : Collection<VariableReferenceExpression> in method private statsEstimate(variables Collection<VariableReferenceExpression>, outputSizeInBytes double) : PlanNodeStatsEstimate in class com.facebook.presto.cost.TestCostCalculator |
From |
To |