Package io.deephaven.chunk.util.hashing
Class ShortToIntegerCastWithOffset<T extends Any>
java.lang.Object
io.deephaven.chunk.util.hashing.ShortToIntegerCastWithOffset<T>
- Type Parameters:
T
- the chunk's attribute
- All Implemented Interfaces:
ToIntFunctor<T>
,SafeCloseable
,AutoCloseable
Cast the values in the input chunk to an int and add the specified offset.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.chunk.util.hashing.ToIntFunctor
ToIntFunctor.Identity<T extends Any>
-
Method Summary
-
Method Details
-
apply
Description copied from interface:ToIntFunctor
Apply this function to the input chunk, returning an output chunk. The result is owned by this ToIntFunctor.- Specified by:
apply
in interfaceToIntFunctor<T extends Any>
- Parameters:
input
- the chunk to transform- Returns:
- the result IntChunk
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
- Specified by:
close
in interfaceToIntFunctor<T extends Any>
-