Class DbArrayToDoubleVectorDecoder
java.lang.Object
io.deephaven.enterprise.compatibility.ObjectCodecAdapter<DoubleVector>
io.deephaven.enterprise.compatibility.vector.DbArrayToDoubleVectorDecoder
- All Implemented Interfaces:
- ObjectCodec<DoubleVector>,- ObjectDecoder<DoubleVector>
public class DbArrayToDoubleVectorDecoder
extends ObjectCodecAdapter<DoubleVector>
implements ObjectCodec<DoubleVector>
- 
Field SummaryFields inherited from class io.deephaven.enterprise.compatibility.ObjectCodecAdapterdelegateFields inherited from interface io.deephaven.util.codec.ObjectDecoderVARIABLE_WIDTH_SENTINEL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@Nullable DoubleVectordecode(@org.jetbrains.annotations.NotNull byte[] input, int offset, int length) intMethods inherited from class io.deephaven.enterprise.compatibility.ObjectCodecAdapterencode, getPrecision, getScale, isNullableMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.util.codec.ObjectCodecencode, getPrecision, getScale, isNullableMethods inherited from interface io.deephaven.util.codec.ObjectDecodercheckWidth, decode
- 
Constructor Details- 
DbArrayToDoubleVectorDecoder
 
- 
- 
Method Details- 
decode@Nullable public @Nullable DoubleVector decode(@NotNull @org.jetbrains.annotations.NotNull byte[] input, int offset, int length) - Specified by:
- decodein interface- ObjectDecoder<DoubleVector>
- Overrides:
- decodein class- ObjectCodecAdapter<DoubleVector>
 
- 
expectedObjectWidthpublic int expectedObjectWidth()- Specified by:
- expectedObjectWidthin interface- ObjectDecoder<DoubleVector>
- Overrides:
- expectedObjectWidthin class- ObjectCodecAdapter<DoubleVector>
 
 
-