Package io.deephaven.chunk.util.hashing
Class IntToLongCast<T extends Any>
java.lang.Object
io.deephaven.chunk.util.hashing.IntToLongCast<T>
- Type Parameters:
T- the chunk's attribute
- All Implemented Interfaces:
ToLongFunctor<T>,SafeCloseable,AutoCloseable
Cast the values in the input chunk to a long.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.chunk.util.hashing.ToLongFunctor
ToLongFunctor.Identity<T extends Any> -
Method Summary
-
Method Details
-
apply
Description copied from interface:ToLongFunctorApply this function to the input chunk, returning an output chunk. The result is owned by thisToLongFunctor.- Specified by:
applyin interfaceToLongFunctor<T extends Any>- Parameters:
input- the chunk to transform- Returns:
- the result LongChunk
-
castInto
public static <T2 extends Any> void castInto(IntChunk<? extends T2> input, WritableLongChunk<? super T2> result) -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSafeCloseable- Specified by:
closein interfaceToLongFunctor<T extends Any>
-