Class ToDoubleCast.Identity
java.lang.Object
com.illumon.iris.db.v2.utils.cast.ToDoubleCast.Identity
- All Implemented Interfaces:
ToDoubleCast,SafeCloseable,AutoCloseable
- Enclosing interface:
- ToDoubleCast
public static class ToDoubleCast.Identity extends Object implements ToDoubleCast
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.utils.cast.ToDoubleCast
ToDoubleCast.Identity -
Field Summary
-
Constructor Summary
Constructors Constructor Description Identity() -
Method Summary
Modifier and Type Method Description <T> DoubleChunk<? extends T>cast(Chunk<? extends T> input)voidclose()
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
cast
- Specified by:
castin interfaceToDoubleCast
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSafeCloseable
-