Package io.deephaven.vector
Class VectorConversions
java.lang.Object
io.deephaven.vector.VectorConversions
Utility methods for converting vectors to native arrays. Used in formulas.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
nullSafeVectorToArray
(ByteVector vector) static char[]
nullSafeVectorToArray
(CharVector vector) static double[]
nullSafeVectorToArray
(DoubleVector vector) static float[]
nullSafeVectorToArray
(FloatVector vector) static int[]
nullSafeVectorToArray
(IntVector vector) static long[]
nullSafeVectorToArray
(LongVector vector) static <T> T[]
nullSafeVectorToArray
(ObjectVector<T> vector) static short[]
nullSafeVectorToArray
(ShortVector vector)
-
Constructor Details
-
VectorConversions
public VectorConversions()
-
-
Method Details
-
nullSafeVectorToArray
-
nullSafeVectorToArray
-
nullSafeVectorToArray
-
nullSafeVectorToArray
-
nullSafeVectorToArray
-
nullSafeVectorToArray
-
nullSafeVectorToArray
-
nullSafeVectorToArray
-