Package com.illumon.iris.db.v2.hashing
package com.illumon.iris.db.v2.hashing
-
ClassDescriptionByteToIntegerCast<T extends Attributes.Any>Cast the values in the input chunk to an int.ByteToIntegerCastWithOffset<T extends Attributes.Any>Cast the values in the input chunk to an int and add the specified offset.ByteToLongCast<T extends Attributes.Any>Cast the values in the input chunk to a long.ByteToLongCastWithOffset<T extends Attributes.Any>Cast the values in the input chunk to an long and add the specified offset.CharToIntegerCast<T extends Attributes.Any>Cast the values in the input chunk to an int.CharToIntegerCastWithOffset<T extends Attributes.Any>Cast the values in the input chunk to an int and add the specified offset.CharToLongCast<T extends Attributes.Any>Cast the values in the input chunk to a long.CharToLongCastWithOffset<T extends Attributes.Any>Cast the values in the input chunk to an long and add the specified offset.Finds runs of the same slot, and fills in the chunkPositions, runStarts, and runLengths arrays.IntToIntegerCast<T extends Attributes.Any>Cast the values in the input chunk to an int.IntToIntegerCastWithOffset<T extends Attributes.Any>Cast the values in the input chunk to an int and add the specified offset.IntToLongCast<T extends Attributes.Any>Cast the values in the input chunk to a long.IntToLongCastWithOffset<T extends Attributes.Any>Cast the values in the input chunk to an long and add the specified offset.LongToIntegerCast<T extends Attributes.Any>Cast the values in the input chunk to an int.LongToIntegerCastWithOffset<T extends Attributes.Any>Cast the values in the input chunk to an int and add the specified offset.LongToLongCast<T extends Attributes.Any>Cast the values in the input chunk to a long.LongToLongCastWithOffset<T extends Attributes.Any>Cast the values in the input chunk to an long and add the specified offset.ShortToIntegerCast<T extends Attributes.Any>Cast the values in the input chunk to an int.ShortToIntegerCastWithOffset<T extends Attributes.Any>Cast the values in the input chunk to an int and add the specified offset.ShortToLongCast<T extends Attributes.Any>Cast the values in the input chunk to a long.ShortToLongCastWithOffset<T extends Attributes.Any>Cast the values in the input chunk to an long and add the specified offset.ToIntegerCast<T extends Attributes.Any>ToIntFunctor<T extends Attributes.Any>A function that transforms a Chunk to an IntChunk.ToIntFunctor.Identity<T extends Attributes.Any>ToLongCast<T extends Attributes.Any>ToLongFunctor<T extends Attributes.Any>A function that transforms a Chunk to an LongChunk.ToLongFunctor.Identity<T extends Attributes.Any>