Uses of Class
org.apache.pinot.spi.utils.ByteArray
-
Packages that use ByteArray Package Description org.apache.pinot.spi.utils -
-
Uses of ByteArray in org.apache.pinot.spi.utils
Methods in org.apache.pinot.spi.utils that return ByteArray Modifier and Type Method Description static ByteArrayBytesUtils. toByteArray(String stringValue)Converts a Hex encoded string to aByteArray.Methods in org.apache.pinot.spi.utils with parameters of type ByteArray Modifier and Type Method Description intByteArray. compareTo(ByteArray that)static BigDecimalBigDecimalUtils. deserialize(ByteArray byteArray)Deserializes a big decimal from ByteArray.
-