Uses of Class
org.apache.ignite.internal.processors.query.stat.hll.HLLType
-
Packages that use HLLType Package Description org.apache.ignite.internal.processors.query.stat.hll org.apache.ignite.internal.processors.query.stat.hll.serialization -
-
Uses of HLLType in org.apache.ignite.internal.processors.query.stat.hll
Methods in org.apache.ignite.internal.processors.query.stat.hll that return HLLType Modifier and Type Method Description HLLTypeHLL. getType()static HLLTypeHLLType. valueOf(String name)Returns the enum constant of this type with the specified name.static HLLType[]HLLType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.internal.processors.query.stat.hll with parameters of type HLLType Constructor Description HLL(int log2m, int regwidth, int expthresh, boolean sparseon, HLLType type)NOTE: Arguments here are named and structured identically to those in the PostgreSQL implementation, which can be found here. -
Uses of HLLType in org.apache.ignite.internal.processors.query.stat.hll.serialization
Methods in org.apache.ignite.internal.processors.query.stat.hll.serialization that return HLLType Modifier and Type Method Description HLLTypeHLLMetadata. HLLType()HLLTypeIHLLMetadata. HLLType()Methods in org.apache.ignite.internal.processors.query.stat.hll.serialization with parameters of type HLLType 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)IWordSerializerISchemaVersion. getSerializer(HLLType type, int wordLength, int wordCount)Builds an HLL serializer that matches this schema version.IWordSerializerSchemaVersionOne. getSerializer(HLLType type, int wordLength, int wordCount)intISchemaVersion. paddingBytes(HLLType type)The number of metadata bytes required for a serialized HLL of the specified type.intSchemaVersionOne. paddingBytes(HLLType type)Constructors in org.apache.ignite.internal.processors.query.stat.hll.serialization with parameters of type HLLType Constructor Description HLLMetadata(int schemaVersion, HLLType type, int registerCountLog2, int registerWidth, int log2ExplicitCutoff, boolean explicitOff, boolean explicitAuto, boolean sparseEnabled)
-