Uses of Interface
org.apache.ignite.internal.processors.query.stat.hll.serialization.IWordDeserializer
-
Packages that use IWordDeserializer Package Description org.apache.ignite.internal.processors.query.stat.hll.serialization -
-
Uses of IWordDeserializer in org.apache.ignite.internal.processors.query.stat.hll.serialization
Classes in org.apache.ignite.internal.processors.query.stat.hll.serialization that implement IWordDeserializer Modifier and Type Class Description classBigEndianAscendingWordDeserializerA corresponding deserializer forBigEndianAscendingWordSerializer.Methods in org.apache.ignite.internal.processors.query.stat.hll.serialization that return IWordDeserializer Modifier and Type Method Description IWordDeserializerISchemaVersion. getDeserializer(HLLType type, int wordLength, byte[] bytes)Builds an HLL deserializer that matches this schema version.IWordDeserializerSchemaVersionOne. getDeserializer(HLLType type, int wordLength, byte[] bytes)
-