Class FloatToBigDecimalCast
java.lang.Object
io.deephaven.engine.table.impl.util.cast.FloatToBigDecimalCast
- All Implemented Interfaces:
ToBigDecimalCast
,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.ToBigDecimalCast
ToBigDecimalCast.Identity
-
Field Summary
Fields inherited from interface io.deephaven.engine.table.impl.util.cast.ToBigDecimalCast
IDENTITY
-
Method Summary
Modifier and TypeMethodDescription<T> ObjectChunk<BigDecimal,
? extends Any> static <T2 extends Any>
voidcastInto
(FloatChunk<? extends T2> input, WritableObjectChunk<BigDecimal, ? extends Any> result) void
close()
-
Method Details
-
cast
- Specified by:
cast
in interfaceToBigDecimalCast
-
castInto
public static <T2 extends Any> void castInto(FloatChunk<? extends T2> input, WritableObjectChunk<BigDecimal, ? extends Any> result) -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
-