Uses of Class
org.apache.pinot.segment.local.customobject.PinotFourthMoment
-
Packages that use PinotFourthMoment Package Description org.apache.pinot.segment.local.customobject -
-
Uses of PinotFourthMoment in org.apache.pinot.segment.local.customobject
Methods in org.apache.pinot.segment.local.customobject that return PinotFourthMoment Modifier and Type Method Description static PinotFourthMomentPinotFourthMoment. fromBytes(byte[] bytes)static PinotFourthMomentPinotFourthMoment. fromBytes(ByteBuffer buff)Methods in org.apache.pinot.segment.local.customobject with parameters of type PinotFourthMoment Modifier and Type Method Description voidPinotFourthMoment. combine(PinotFourthMoment other)intPinotFourthMoment. compareTo(PinotFourthMoment o)
-