Home
last modified time | relevance | path

Searched refs:lessThanQuery (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DQueryAllPrimitivesTest.java137 lessThanQuery("int_not_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
148 lessThanQuery("int_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
185 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
196 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
234 lessThanQuery("byte_not_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
245 lessThanQuery("byte_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
293 lessThanQuery("byte_null_none", "none", (byte)4, 3, 2, 1, 0); in noneIndexScanByte()
341 lessThanQuery("short_null_hash", "none", (short)4, 3, 2, 1, 0); in hashIndexScanShort()
389 lessThanQuery("short_null_none", "none", (short)4, 3, 2, 1, 0); in noneIndexScanShort()
437 lessThanQuery("long_null_hash", "none", (long)4, 3, 2, 1, 0); in hashIndexScanLong()
[all …]
H A DQueryStringTypesTest.java94lessThanQuery("string_not_null_btree", "idx_string_not_null_btree", getString(4), 3, 2, 1, 0); in btreeIndexScanString()
105 lessThanQuery("string_null_btree", "idx_string_null_btree", getString(4), 3, 2, 1, 0); in btreeIndexScanString()
118 lessThanQuery("string_not_null_hash", "none", getString(4), 3, 2, 1, 0); in hashIndexScanString()
129 lessThanQuery("string_null_hash", "none", getString(4), 3, 2, 1, 0); in hashIndexScanString()
143 lessThanQuery("string_not_null_both", "idx_string_not_null_both", getString(4), 3, 2, 1, 0); in bothIndexScanString()
154 lessThanQuery("string_null_both", "idx_string_null_both", getString(4), 3, 2, 1, 0); in bothIndexScanString()
168 lessThanQuery("string_not_null_none", "none", getString(4), 3, 2, 1, 0); in noneIndexScanString()
179 lessThanQuery("string_null_none", "none", getString(4), 3, 2, 1, 0); in noneIndexScanString()
H A DQueryYearTypesTest.java83 lessThanQuery("year_not_null_btree", "idx_year_not_null_btree", getYear(4), 3, 2, 1, 0); in btreeIndexScanYear()
94 lessThanQuery("year_null_btree", "idx_year_null_btree", getYear(4), 3, 2, 1, 0); in btreeIndexScanYear()
107 lessThanQuery("year_not_null_hash", "none", getYear(4), 3, 2, 1, 0); in hashIndexScanYear()
118 lessThanQuery("year_null_hash", "none", getYear(4), 3, 2, 1, 0); in hashIndexScanYear()
132 lessThanQuery("year_not_null_both", "idx_year_not_null_both", getYear(4), 3, 2, 1, 0); in bothIndexScanYear()
143 lessThanQuery("year_null_both", "idx_year_null_both", getYear(4), 3, 2, 1, 0); in bothIndexScanYear()
157 lessThanQuery("year_not_null_none", "none", getYear(4), 3, 2, 1, 0); in noneIndexScanYear()
168 lessThanQuery("year_null_none", "none", getYear(4), 3, 2, 1, 0); in noneIndexScanYear()
H A DQueryDoubleTypesTest.java77lessThanQuery("double_not_null_btree", "idx_double_not_null_btree", getDouble(4), 3, 2, 1, 0); in btreeIndexScanDouble()
88 lessThanQuery("double_null_btree", "idx_double_null_btree", getDouble(4), 3, 2, 1, 0); in btreeIndexScanDouble()
101 lessThanQuery("double_not_null_hash", "none", getDouble(4), 3, 2, 1, 0); in hashIndexScanDouble()
112 lessThanQuery("double_null_hash", "none", getDouble(4), 3, 2, 1, 0); in hashIndexScanDouble()
126 lessThanQuery("double_not_null_both", "idx_double_not_null_both", getDouble(4), 3, 2, 1, 0); in bothIndexScanDouble()
137 lessThanQuery("double_null_both", "idx_double_null_both", getDouble(4), 3, 2, 1, 0); in bothIndexScanDouble()
151 lessThanQuery("double_not_null_none", "none", getDouble(4), 3, 2, 1, 0); in noneIndexScanDouble()
162 lessThanQuery("double_null_none", "none", getDouble(4), 3, 2, 1, 0); in noneIndexScanDouble()
H A DQueryFloatTypesTest.java86 lessThanQuery("float_not_null_btree", "idx_float_not_null_btree", getFloat(4), 3, 2, 1, 0); in btreeIndexScanFloat()
97 lessThanQuery("float_null_btree", "idx_float_null_btree", getFloat(4), 3, 2, 1, 0); in btreeIndexScanFloat()
110 lessThanQuery("float_not_null_hash", "none", getFloat(4), 3, 2, 1, 0); in hashIndexScanFloat()
121 lessThanQuery("float_null_hash", "none", getFloat(4), 3, 2, 1, 0); in hashIndexScanFloat()
135 lessThanQuery("float_not_null_both", "idx_float_not_null_both", getFloat(4), 3, 2, 1, 0); in bothIndexScanFloat()
146 lessThanQuery("float_null_both", "idx_float_null_both", getFloat(4), 3, 2, 1, 0); in bothIndexScanFloat()
160 lessThanQuery("float_not_null_none", "none", getFloat(4), 3, 2, 1, 0); in noneIndexScanFloat()
171 lessThanQuery("float_null_none", "none", getFloat(4), 3, 2, 1, 0); in noneIndexScanFloat()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DQueryAllPrimitivesTest.java137 lessThanQuery("int_not_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
148 lessThanQuery("int_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
185 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
196 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
234 lessThanQuery("byte_not_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
245 lessThanQuery("byte_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
293 lessThanQuery("byte_null_none", "none", (byte)4, 3, 2, 1, 0); in noneIndexScanByte()
341 lessThanQuery("short_null_hash", "none", (short)4, 3, 2, 1, 0); in hashIndexScanShort()
389 lessThanQuery("short_null_none", "none", (short)4, 3, 2, 1, 0); in noneIndexScanShort()
437 lessThanQuery("long_null_hash", "none", (long)4, 3, 2, 1, 0); in hashIndexScanLong()
[all …]
H A DQueryDoubleTypesTest.java77lessThanQuery("double_not_null_btree", "idx_double_not_null_btree", getDouble(4), 3, 2, 1, 0); in btreeIndexScanDouble()
88 lessThanQuery("double_null_btree", "idx_double_null_btree", getDouble(4), 3, 2, 1, 0); in btreeIndexScanDouble()
101 lessThanQuery("double_not_null_hash", "none", getDouble(4), 3, 2, 1, 0); in hashIndexScanDouble()
112 lessThanQuery("double_null_hash", "none", getDouble(4), 3, 2, 1, 0); in hashIndexScanDouble()
126 lessThanQuery("double_not_null_both", "idx_double_not_null_both", getDouble(4), 3, 2, 1, 0); in bothIndexScanDouble()
137 lessThanQuery("double_null_both", "idx_double_null_both", getDouble(4), 3, 2, 1, 0); in bothIndexScanDouble()
151 lessThanQuery("double_not_null_none", "none", getDouble(4), 3, 2, 1, 0); in noneIndexScanDouble()
162 lessThanQuery("double_null_none", "none", getDouble(4), 3, 2, 1, 0); in noneIndexScanDouble()
H A DQueryFloatTypesTest.java86 lessThanQuery("float_not_null_btree", "idx_float_not_null_btree", getFloat(4), 3, 2, 1, 0); in btreeIndexScanFloat()
97 lessThanQuery("float_null_btree", "idx_float_null_btree", getFloat(4), 3, 2, 1, 0); in btreeIndexScanFloat()
110 lessThanQuery("float_not_null_hash", "none", getFloat(4), 3, 2, 1, 0); in hashIndexScanFloat()
121 lessThanQuery("float_null_hash", "none", getFloat(4), 3, 2, 1, 0); in hashIndexScanFloat()
135 lessThanQuery("float_not_null_both", "idx_float_not_null_both", getFloat(4), 3, 2, 1, 0); in bothIndexScanFloat()
146 lessThanQuery("float_null_both", "idx_float_null_both", getFloat(4), 3, 2, 1, 0); in bothIndexScanFloat()
160 lessThanQuery("float_not_null_none", "none", getFloat(4), 3, 2, 1, 0); in noneIndexScanFloat()
171 lessThanQuery("float_null_none", "none", getFloat(4), 3, 2, 1, 0); in noneIndexScanFloat()
H A DQueryStringTypesTest.java94lessThanQuery("string_not_null_btree", "idx_string_not_null_btree", getString(4), 3, 2, 1, 0); in btreeIndexScanString()
105 lessThanQuery("string_null_btree", "idx_string_null_btree", getString(4), 3, 2, 1, 0); in btreeIndexScanString()
118 lessThanQuery("string_not_null_hash", "none", getString(4), 3, 2, 1, 0); in hashIndexScanString()
129 lessThanQuery("string_null_hash", "none", getString(4), 3, 2, 1, 0); in hashIndexScanString()
143 lessThanQuery("string_not_null_both", "idx_string_not_null_both", getString(4), 3, 2, 1, 0); in bothIndexScanString()
154 lessThanQuery("string_null_both", "idx_string_null_both", getString(4), 3, 2, 1, 0); in bothIndexScanString()
168 lessThanQuery("string_not_null_none", "none", getString(4), 3, 2, 1, 0); in noneIndexScanString()
179 lessThanQuery("string_null_none", "none", getString(4), 3, 2, 1, 0); in noneIndexScanString()
H A DQueryYearTypesTest.java83 lessThanQuery("year_not_null_btree", "idx_year_not_null_btree", getYear(4), 3, 2, 1, 0); in btreeIndexScanYear()
94 lessThanQuery("year_null_btree", "idx_year_null_btree", getYear(4), 3, 2, 1, 0); in btreeIndexScanYear()
107 lessThanQuery("year_not_null_hash", "none", getYear(4), 3, 2, 1, 0); in hashIndexScanYear()
118 lessThanQuery("year_null_hash", "none", getYear(4), 3, 2, 1, 0); in hashIndexScanYear()
132 lessThanQuery("year_not_null_both", "idx_year_not_null_both", getYear(4), 3, 2, 1, 0); in bothIndexScanYear()
143 lessThanQuery("year_null_both", "idx_year_null_both", getYear(4), 3, 2, 1, 0); in bothIndexScanYear()
157 lessThanQuery("year_not_null_none", "none", getYear(4), 3, 2, 1, 0); in noneIndexScanYear()
168 lessThanQuery("year_null_none", "none", getYear(4), 3, 2, 1, 0); in noneIndexScanYear()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DQueryAllPrimitivesTest.java137 lessThanQuery("int_not_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
148 lessThanQuery("int_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
185 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
196 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
234 lessThanQuery("byte_not_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
245 lessThanQuery("byte_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
293 lessThanQuery("byte_null_none", "none", (byte)4, 3, 2, 1, 0); in noneIndexScanByte()
341 lessThanQuery("short_null_hash", "none", (short)4, 3, 2, 1, 0); in hashIndexScanShort()
389 lessThanQuery("short_null_none", "none", (short)4, 3, 2, 1, 0); in noneIndexScanShort()
437 lessThanQuery("long_null_hash", "none", (long)4, 3, 2, 1, 0); in hashIndexScanLong()
[all …]
H A DQueryFloatTypesTest.java86 lessThanQuery("float_not_null_btree", "idx_float_not_null_btree", getFloat(4), 3, 2, 1, 0); in btreeIndexScanFloat()
97 lessThanQuery("float_null_btree", "idx_float_null_btree", getFloat(4), 3, 2, 1, 0); in btreeIndexScanFloat()
110 lessThanQuery("float_not_null_hash", "none", getFloat(4), 3, 2, 1, 0); in hashIndexScanFloat()
121 lessThanQuery("float_null_hash", "none", getFloat(4), 3, 2, 1, 0); in hashIndexScanFloat()
135 lessThanQuery("float_not_null_both", "idx_float_not_null_both", getFloat(4), 3, 2, 1, 0); in bothIndexScanFloat()
146 lessThanQuery("float_null_both", "idx_float_null_both", getFloat(4), 3, 2, 1, 0); in bothIndexScanFloat()
160 lessThanQuery("float_not_null_none", "none", getFloat(4), 3, 2, 1, 0); in noneIndexScanFloat()
171 lessThanQuery("float_null_none", "none", getFloat(4), 3, 2, 1, 0); in noneIndexScanFloat()
H A DQueryStringTypesTest.java94lessThanQuery("string_not_null_btree", "idx_string_not_null_btree", getString(4), 3, 2, 1, 0); in btreeIndexScanString()
105 lessThanQuery("string_null_btree", "idx_string_null_btree", getString(4), 3, 2, 1, 0); in btreeIndexScanString()
118 lessThanQuery("string_not_null_hash", "none", getString(4), 3, 2, 1, 0); in hashIndexScanString()
129 lessThanQuery("string_null_hash", "none", getString(4), 3, 2, 1, 0); in hashIndexScanString()
143 lessThanQuery("string_not_null_both", "idx_string_not_null_both", getString(4), 3, 2, 1, 0); in bothIndexScanString()
154 lessThanQuery("string_null_both", "idx_string_null_both", getString(4), 3, 2, 1, 0); in bothIndexScanString()
168 lessThanQuery("string_not_null_none", "none", getString(4), 3, 2, 1, 0); in noneIndexScanString()
179 lessThanQuery("string_null_none", "none", getString(4), 3, 2, 1, 0); in noneIndexScanString()
H A DQueryYearTypesTest.java83 lessThanQuery("year_not_null_btree", "idx_year_not_null_btree", getYear(4), 3, 2, 1, 0); in btreeIndexScanYear()
94 lessThanQuery("year_null_btree", "idx_year_null_btree", getYear(4), 3, 2, 1, 0); in btreeIndexScanYear()
107 lessThanQuery("year_not_null_hash", "none", getYear(4), 3, 2, 1, 0); in hashIndexScanYear()
118 lessThanQuery("year_null_hash", "none", getYear(4), 3, 2, 1, 0); in hashIndexScanYear()
132 lessThanQuery("year_not_null_both", "idx_year_not_null_both", getYear(4), 3, 2, 1, 0); in bothIndexScanYear()
143 lessThanQuery("year_null_both", "idx_year_null_both", getYear(4), 3, 2, 1, 0); in bothIndexScanYear()
157 lessThanQuery("year_not_null_none", "none", getYear(4), 3, 2, 1, 0); in noneIndexScanYear()
168 lessThanQuery("year_null_none", "none", getYear(4), 3, 2, 1, 0); in noneIndexScanYear()
H A DQueryDoubleTypesTest.java77lessThanQuery("double_not_null_btree", "idx_double_not_null_btree", getDouble(4), 3, 2, 1, 0); in btreeIndexScanDouble()
88 lessThanQuery("double_null_btree", "idx_double_null_btree", getDouble(4), 3, 2, 1, 0); in btreeIndexScanDouble()
101 lessThanQuery("double_not_null_hash", "none", getDouble(4), 3, 2, 1, 0); in hashIndexScanDouble()
112 lessThanQuery("double_null_hash", "none", getDouble(4), 3, 2, 1, 0); in hashIndexScanDouble()
126 lessThanQuery("double_not_null_both", "idx_double_not_null_both", getDouble(4), 3, 2, 1, 0); in bothIndexScanDouble()
137 lessThanQuery("double_null_both", "idx_double_null_both", getDouble(4), 3, 2, 1, 0); in bothIndexScanDouble()
151 lessThanQuery("double_not_null_none", "none", getDouble(4), 3, 2, 1, 0); in noneIndexScanDouble()
162 lessThanQuery("double_null_none", "none", getDouble(4), 3, 2, 1, 0); in noneIndexScanDouble()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DQueryAllPrimitivesTest.java137 lessThanQuery("int_not_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
148 lessThanQuery("int_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
185 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
196 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
234 lessThanQuery("byte_not_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
245 lessThanQuery("byte_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
293 lessThanQuery("byte_null_none", "none", (byte)4, 3, 2, 1, 0); in noneIndexScanByte()
341 lessThanQuery("short_null_hash", "none", (short)4, 3, 2, 1, 0); in hashIndexScanShort()
389 lessThanQuery("short_null_none", "none", (short)4, 3, 2, 1, 0); in noneIndexScanShort()
437 lessThanQuery("long_null_hash", "none", (long)4, 3, 2, 1, 0); in hashIndexScanLong()
[all …]
H A DQueryYearTypesTest.java83 lessThanQuery("year_not_null_btree", "idx_year_not_null_btree", getYear(4), 3, 2, 1, 0); in btreeIndexScanYear()
94 lessThanQuery("year_null_btree", "idx_year_null_btree", getYear(4), 3, 2, 1, 0); in btreeIndexScanYear()
107 lessThanQuery("year_not_null_hash", "none", getYear(4), 3, 2, 1, 0); in hashIndexScanYear()
118 lessThanQuery("year_null_hash", "none", getYear(4), 3, 2, 1, 0); in hashIndexScanYear()
132 lessThanQuery("year_not_null_both", "idx_year_not_null_both", getYear(4), 3, 2, 1, 0); in bothIndexScanYear()
143 lessThanQuery("year_null_both", "idx_year_null_both", getYear(4), 3, 2, 1, 0); in bothIndexScanYear()
157 lessThanQuery("year_not_null_none", "none", getYear(4), 3, 2, 1, 0); in noneIndexScanYear()
168 lessThanQuery("year_null_none", "none", getYear(4), 3, 2, 1, 0); in noneIndexScanYear()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DQueryAllPrimitivesTest.java137 lessThanQuery("int_not_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
148 lessThanQuery("int_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
185 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
196 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
234 lessThanQuery("byte_not_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
245 lessThanQuery("byte_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
293 lessThanQuery("byte_null_none", "none", (byte)4, 3, 2, 1, 0); in noneIndexScanByte()
341 lessThanQuery("short_null_hash", "none", (short)4, 3, 2, 1, 0); in hashIndexScanShort()
389 lessThanQuery("short_null_none", "none", (short)4, 3, 2, 1, 0); in noneIndexScanShort()
437 lessThanQuery("long_null_hash", "none", (long)4, 3, 2, 1, 0); in hashIndexScanLong()
[all …]
H A DQueryFloatTypesTest.java86 lessThanQuery("float_not_null_btree", "idx_float_not_null_btree", getFloat(4), 3, 2, 1, 0); in btreeIndexScanFloat()
97 lessThanQuery("float_null_btree", "idx_float_null_btree", getFloat(4), 3, 2, 1, 0); in btreeIndexScanFloat()
110 lessThanQuery("float_not_null_hash", "none", getFloat(4), 3, 2, 1, 0); in hashIndexScanFloat()
121 lessThanQuery("float_null_hash", "none", getFloat(4), 3, 2, 1, 0); in hashIndexScanFloat()
135 lessThanQuery("float_not_null_both", "idx_float_not_null_both", getFloat(4), 3, 2, 1, 0); in bothIndexScanFloat()
146 lessThanQuery("float_null_both", "idx_float_null_both", getFloat(4), 3, 2, 1, 0); in bothIndexScanFloat()
160 lessThanQuery("float_not_null_none", "none", getFloat(4), 3, 2, 1, 0); in noneIndexScanFloat()
171 lessThanQuery("float_null_none", "none", getFloat(4), 3, 2, 1, 0); in noneIndexScanFloat()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DQueryAllPrimitivesTest.java137 lessThanQuery("int_not_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
148 lessThanQuery("int_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
185 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
196 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
234 lessThanQuery("byte_not_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
245 lessThanQuery("byte_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
293 lessThanQuery("byte_null_none", "none", (byte)4, 3, 2, 1, 0); in noneIndexScanByte()
341 lessThanQuery("short_null_hash", "none", (short)4, 3, 2, 1, 0); in hashIndexScanShort()
389 lessThanQuery("short_null_none", "none", (short)4, 3, 2, 1, 0); in noneIndexScanShort()
437 lessThanQuery("long_null_hash", "none", (long)4, 3, 2, 1, 0); in hashIndexScanLong()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DQueryAllPrimitivesTest.java137 lessThanQuery("int_not_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
148 lessThanQuery("int_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
185 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
196 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
234 lessThanQuery("byte_not_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
245 lessThanQuery("byte_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
293 lessThanQuery("byte_null_none", "none", (byte)4, 3, 2, 1, 0); in noneIndexScanByte()
341 lessThanQuery("short_null_hash", "none", (short)4, 3, 2, 1, 0); in hashIndexScanShort()
389 lessThanQuery("short_null_none", "none", (short)4, 3, 2, 1, 0); in noneIndexScanShort()
437 lessThanQuery("long_null_hash", "none", (long)4, 3, 2, 1, 0); in hashIndexScanLong()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DQueryAllPrimitivesTest.java137 lessThanQuery("int_not_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
148 lessThanQuery("int_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
185 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
196 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
234 lessThanQuery("byte_not_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
245 lessThanQuery("byte_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
293 lessThanQuery("byte_null_none", "none", (byte)4, 3, 2, 1, 0); in noneIndexScanByte()
341 lessThanQuery("short_null_hash", "none", (short)4, 3, 2, 1, 0); in hashIndexScanShort()
389 lessThanQuery("short_null_none", "none", (short)4, 3, 2, 1, 0); in noneIndexScanShort()
437 lessThanQuery("long_null_hash", "none", (long)4, 3, 2, 1, 0); in hashIndexScanLong()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DQueryAllPrimitivesTest.java137 lessThanQuery("int_not_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
148 lessThanQuery("int_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
185 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
196 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
234 lessThanQuery("byte_not_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
245 lessThanQuery("byte_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
293 lessThanQuery("byte_null_none", "none", (byte)4, 3, 2, 1, 0); in noneIndexScanByte()
341 lessThanQuery("short_null_hash", "none", (short)4, 3, 2, 1, 0); in hashIndexScanShort()
389 lessThanQuery("short_null_none", "none", (short)4, 3, 2, 1, 0); in noneIndexScanShort()
437 lessThanQuery("long_null_hash", "none", (long)4, 3, 2, 1, 0); in hashIndexScanLong()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DQueryAllPrimitivesTest.java137 lessThanQuery("int_not_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
148 lessThanQuery("int_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
185 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
196 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
234 lessThanQuery("byte_not_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
245 lessThanQuery("byte_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
293 lessThanQuery("byte_null_none", "none", (byte)4, 3, 2, 1, 0); in noneIndexScanByte()
341 lessThanQuery("short_null_hash", "none", (short)4, 3, 2, 1, 0); in hashIndexScanShort()
389 lessThanQuery("short_null_none", "none", (short)4, 3, 2, 1, 0); in noneIndexScanShort()
437 lessThanQuery("long_null_hash", "none", (long)4, 3, 2, 1, 0); in hashIndexScanLong()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DQueryAllPrimitivesTest.java137 lessThanQuery("int_not_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
148 lessThanQuery("int_null_hash", "none", 4, 3, 2, 1, 0); in hashIndexScanInt()
185 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
196 lessThanQuery("int_not_null_none", "none", 4, 3, 2, 1, 0); in noneIndexScanInt()
234 lessThanQuery("byte_not_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
245 lessThanQuery("byte_null_hash", "none", (byte)4, 3, 2, 1, 0); in hashIndexScanByte()
293 lessThanQuery("byte_null_none", "none", (byte)4, 3, 2, 1, 0); in noneIndexScanByte()
341 lessThanQuery("short_null_hash", "none", (short)4, 3, 2, 1, 0); in hashIndexScanShort()
389 lessThanQuery("short_null_none", "none", (short)4, 3, 2, 1, 0); in noneIndexScanShort()
437 lessThanQuery("long_null_hash", "none", (long)4, 3, 2, 1, 0); in hashIndexScanLong()
[all …]

1234567891011