Class CharToDoubleCast
java.lang.Object
com.illumon.iris.db.v2.utils.cast.CharToDoubleCast
- All Implemented Interfaces:
ToDoubleCast
,SafeCloseable
,AutoCloseable
public class CharToDoubleCast extends Object implements ToDoubleCast
Cast the values in the input chunk to an int.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.utils.cast.ToDoubleCast
ToDoubleCast.Identity
-
Field Summary
-
Method Summary
Modifier and Type Method Description <T> DoubleChunk<? extends T>
cast(Chunk<? extends T> input)
static <T2 extends Attributes.Any>
voidcastInto(CharChunk<? extends T2> input, WritableDoubleChunk<T2> result)
void
close()
-
Method Details
-
cast
- Specified by:
cast
in interfaceToDoubleCast
-
castInto
public static <T2 extends Attributes.Any> void castInto(CharChunk<? extends T2> input, WritableDoubleChunk<T2> result) -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
-