Class SerializablePairLongLong
- java.lang.Object
-
- org.apache.druid.java.util.common.Pair<T1,T2>
-
- org.apache.druid.collections.SerializablePair<Long,Long>
-
- org.apache.druid.query.aggregation.SerializablePairLongLong
-
public class SerializablePairLongLong extends SerializablePair<Long,Long>
-
-
Constructor Summary
Constructors Constructor Description SerializablePairLongLong(Long lhs, Long rhs)
-
Method Summary
-
Methods inherited from class org.apache.druid.collections.SerializablePair
createNullHandlingComparator, getLhs, getRhs
-
-