Toggle navigation
Home
com.facebook.presto.operator.aggregation.TypedSet to int
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'presto'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Update Class Instacne Creation
new TypedSet(keyType,EXPECTED_ENTRIES)
to
new int[hashCapacity]
Rename Variable
keySet
to
keyPositionByHash
keySet
to
keyPositionByHash
Add or Remove Method invocation
keySet.getRetainedSizeInBytes()
to
sizeOf(keyPositionByHash)