Toggle navigation
Home
com.facebook.presto.cost.TestJoinStatsRule.SymbolStatistics to com.facebook.presto.cost.TestJoinStatsRule.VariableStatistics
No. of Instances - 9
No. of Commits - 1
No. of Projects - {'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
symbolStatistics
to
variableStatistics
symbolStatistics
to
variableStatistics
Other
new Symbol(symbolName)
to
variable
Cascading Type Change (Similar)
SymbolStatistics
to
VariableStatistics
Add or Remove Method invocation
SymbolStatsEstimate
to
VariableStatsEstimate.builder().setLowValue(low).setHighValue(high).setNullsFraction(nullsFraction).setDistinctValuesCount(ndv)
SymbolStatsEstimate
to
VariableStatsEstimate.builder().setLowValue(low).setHighValue(high).setNullsFraction(nullsFraction)
SymbolStatsEstimate
to
VariableStatsEstimate.builder().setLowValue(low).setHighValue(high)
SymbolStatsEstimate
to
VariableStatsEstimate.builder().setLowValue(low)
SymbolStatsEstimate
to
VariableStatsEstimate.builder()
SymbolStatsEstimate.builder().setLowValue(low).setHighValue(high).setNullsFraction(nullsFraction).setDistinctValuesCount(ndv)
to
VariableStatsEstimate
SymbolStatsEstimate.builder().setLowValue(low).setHighValue(high).setNullsFraction(nullsFraction)
to
VariableStatsEstimate
SymbolStatsEstimate.builder().setLowValue(low).setHighValue(high)
to
VariableStatsEstimate
SymbolStatsEstimate.builder().setLowValue(low)
to
VariableStatsEstimate
SymbolStatsEstimate.builder()
to
VariableStatsEstimate