Class DoubleToDoubleCast
java.lang.Object
io.deephaven.engine.table.impl.util.cast.DoubleToDoubleCast
- All Implemented Interfaces:
ToDoubleCast
,SafeCloseable
,AutoCloseable
Cast the values in the input chunk to an int.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.engine.table.impl.util.cast.ToDoubleCast
ToDoubleCast.Identity
-
Field Summary
Fields inherited from interface io.deephaven.engine.table.impl.util.cast.ToDoubleCast
IDENTITY
-
Method Summary
Modifier and TypeMethodDescription<T> DoubleChunk<? extends T>
static <T2 extends Any>
voidcastInto
(DoubleChunk<? extends T2> input, WritableDoubleChunk<T2> result) void
close()
-
Method Details
-
cast
- Specified by:
cast
in interfaceToDoubleCast
-
castInto
public static <T2 extends Any> void castInto(DoubleChunk<? extends T2> input, WritableDoubleChunk<T2> result) -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
-