Toggle navigation
Home
java.util.OptionalDouble to java.util.OptionalLong
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
other.getAverageColumnLength()
to
other.getTotalSizeInBytes()
builder().setMaxColumnLength(maxColumnLength).setAverageColumnLength(averageColumnLength).setNullsCount(nullsCount).setDistinctValuesCount(distinctValuesCount)
to
builder().setMaxValueSizeInBytes(maxValueSizeInBytes).setTotalSizeInBytes(totalSizeInBytes).setNullsCount(nullsCount).setDistinctValuesCount(distinctValuesCount)
builder().setMaxColumnLength(maxColumnLength).setAverageColumnLength(averageColumnLength)
to
builder().setMaxValueSizeInBytes(maxValueSizeInBytes).setTotalSizeInBytes(totalSizeInBytes)
Rename Variable
averageColumnLength
to
totalSizeInBytes
averageColumnLength
to
totalSizeInBytes
getAverageColumnLength
to
getTotalSizeInBytes
averageColumnLength
to
totalSizeInBytes
averageColumnLength
to
totalSizeInBytes
averageColumnLength
to
totalSizeInBytes
averageColumnLength
to
totalSizeInBytes
averageColumnLength
to
totalSizeInBytes
averageColumnLength
to
totalSizeInBytes
averageColumnLength
to
totalSizeInBytes