Package io.deephaven
Class QueryArrayConstants
java.lang.Object
io.deephaven.QueryArrayConstants
-
Field Summary
Fields -
Constructor Summary
Constructors -
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()
-