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)
void
close()
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
cast
- Specified by:
cast
in interfaceToDoubleCast
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
-