Package com.illumon.iris.db.v2.hashing
Interface ToIntFunctor<T extends Attributes.Any>
- Type Parameters:
- T- the chunk's attribute
- All Superinterfaces:
- AutoCloseable,- Context,- SafeCloseable
- All Known Subinterfaces:
- ToIntegerCast<T>
- All Known Implementing Classes:
- ByteToIntegerCast,- ByteToIntegerCastWithOffset,- CharToIntegerCast,- CharToIntegerCastWithOffset,- IntToIntegerCast,- IntToIntegerCastWithOffset,- LongToIntegerCast,- LongToIntegerCastWithOffset,- ShortToIntegerCast,- ShortToIntegerCastWithOffset,- ToIntFunctor.Identity
A function that transforms a Chunk to an IntChunk.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classToIntFunctor.Identity<T extends Attributes.Any>
- 
Method SummaryModifier and TypeMethodDescriptionApply this function to the input chunk, returning an output chunk.static <T extends Attributes.Any>
 ToIntFunctor.Identity<T>
- 
Method Details- 
applyApply this function to the input chunk, returning an output chunk. The result is owned by thisContext.- Parameters:
- input- the chunk to transform
- Returns:
- the result IntChunk
 
- 
makeIdentity
 
-