Package io.deephaven
Class QueryArrayConstants
java.lang.Object
io.deephaven.QueryArrayConstants
public class QueryArrayConstants extends Object
-
Field Summary
Fields Modifier and Type Field Description static Boolean[]NULL_BOOLEAN_ARRAYstatic byte[]NULL_BYTE_ARRAYstatic char[]NULL_CHAR_ARRAYstatic double[]NULL_DOUBLE_ARRAYstatic float[]NULL_FLOAT_ARRAYstatic int[]NULL_INT_ARRAYstatic long[]NULL_LONG_ARRAYstatic Object[]NULL_OBJECT_ARRAYstatic short[]NULL_SHORT_ARRAYstatic String[]NULL_STRING_ARRAY -
Constructor Summary
Constructors Constructor Description QueryArrayConstants() -
Method Summary
-
Field Details
-
NULL_STRING_ARRAY
-
NULL_LONG_ARRAY
public static final long[] NULL_LONG_ARRAY -
NULL_INT_ARRAY
public static final int[] NULL_INT_ARRAY -
NULL_DOUBLE_ARRAY
public static final double[] NULL_DOUBLE_ARRAY -
NULL_FLOAT_ARRAY
public static final float[] NULL_FLOAT_ARRAY -
NULL_SHORT_ARRAY
public static final short[] NULL_SHORT_ARRAY -
NULL_BYTE_ARRAY
public static final byte[] NULL_BYTE_ARRAY -
NULL_CHAR_ARRAY
public static final char[] NULL_CHAR_ARRAY -
NULL_BOOLEAN_ARRAY
-
NULL_OBJECT_ARRAY
-
-
Constructor Details
-
QueryArrayConstants
public QueryArrayConstants()
-