Class MemoryFootprint<T>
- java.lang.Object
-
- org.apache.druid.query.groupby.epinephelinae.column.MemoryFootprint<T>
-
public class MemoryFootprint<T> extends Object
Holder for a value and the memory increase in the internal dictionary associated with the increase
-
-
Method Detail
-
value
public T value()
-
memoryIncrease
public int memoryIncrease()
-
-