Home
last modified time | relevance | path

Searched refs:value_1 (Results 1 – 25 of 898) sorted by relevance

12345678910>>...36

/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dmulti_mx_reference_table.sql40 value_1 = 1;
43 value_1,
161 value_1
168 value_1
174 value_1
203 value_1 = 1;
210 value_1 = 1 OR value_1 = 2;
297 value_1,
309 value_1
325 WHERE value_1 = 1 OR value_1 = 2
[all …]
H A Dforeign_key_restriction_enforcement.sql70 UPDATE on_update_fkey_table SET value_1 = 16 WHERE value_1 = 15;
75 UPDATE on_update_fkey_table SET value_1 = 16 WHERE value_1 = 15;
515 UPDATE on_update_fkey_table SET value_1 = 16 WHERE value_1 = 15;
520 UPDATE on_update_fkey_table SET value_1 = 16 WHERE value_1 = 15;
526 UPDATE on_update_fkey_table SET value_1 = 16 WHERE value_1 = 15;
531 UPDATE on_update_fkey_table SET value_1 = 16 WHERE value_1 = 15;
536 WITH cte AS (UPDATE on_update_fkey_table SET value_1 = 16 WHERE value_1 = 15 RETURNING *)
549 UPDATE on_update_fkey_table SET value_1 = 16 WHERE value_1 = 15;
554 UPDATE on_update_fkey_table SET value_1 = 16 WHERE value_1 = 15;
560 UPDATE on_update_fkey_table SET value_1 = 16 WHERE value_1 = 15;
[all …]
H A Dwindow_functions.sql41 1, value_1
60 value_1
77 value_1
243 value_1,
256 value_1,
272 value_1,
306 value_1,
319 value_1,
335 value_1,
364 value_1,
[all …]
H A Dmulti_reference_table.sql63 value_1 = 1;
66 value_1,
184 value_1
191 value_1
197 value_1
233 value_1 = 1 OR value_1 = 2;
317 value_1,
329 value_1
345 WHERE value_1 = 1 OR value_1 = 2
694 …colocated_table_test.value_1 = reference_table_test.value_1 AND colocated_table_test_2.value_1 = r…
[all …]
H A Dfast_path_router_modify.sql30 UPDATE modify_fast_path SET value_1 = 1 WHERE key = 1;
31 UPDATE modify_fast_path SET value_1 = value_1 + 1 WHERE key = 1;
32 UPDATE modify_fast_path SET value_1 = value_1 + value_2::int WHERE key = 1;
37 UPDATE modify_fast_path SET value_1 = value_1 + 12 * value_1 WHERE key = 1;
59 INSERT INTO modify_fast_path (key, value_1) VALUES (2,1) RETURNING value_1, key;
60 DELETE FROM modify_fast_path WHERE key = 2 RETURNING value_1 * 15, value_1::numeric * 16;
63 INSERT INTO modify_fast_path (key, value_1) VALUES (2,1) RETURNING value_1, random() * key;
81 UPDATE modify_fast_path_reference SET value_1 = value_1 + 1 WHERE key = 1;
82 UPDATE modify_fast_path_reference SET value_1 = value_1 + value_2::int WHERE key = 1;
87 SET value_1 = 1
[all …]
H A Dmulti_orderby_limit_pushdown.sql9 SELECT user_id, avg(value_1)
12 ORDER BY avg(value_1) DESC
15 SELECT user_id, avg(value_1)
18 ORDER BY avg(value_1) DESC
22 SELECT user_id, avg(value_1)
25 ORDER BY avg(value_1) DESC
31 ORDER BY avg(value_1) + 1 DESC
34 SELECT user_id, avg(value_1)
37 ORDER BY avg(value_1) + 1 DESC
139 ORDER BY sum(value_1) DESC
[all …]
H A Dmulti_insert_select.sql224 SELECT SUM(value_1),
341 WHERE value_1 = 1000 OR value_1 = 2000 OR value_1 = 3000);
378 value_1,
394 value_1,
496 DISTINCT ON (value_1) value_1, user_id
866 SELECT value_1
876 SELECT value_1
2010 SELECT value_1 FROM dist_table_with_sequence ORDER BY value_1;
2089 SELECT value_1 FROM raw_events_second ORDER BY value_1;
2109 SELECT value_1 FROM raw_events_second ORDER BY value_1;
[all …]
H A Dmulti_mx_modifications_to_reference_tables.sql33 SELECT SUM(value_1) FROM ref_table;
36 SELECT SUM(value_1) FROM ref_table;
39 SELECT SUM(value_1) FROM ref_table;
45 SELECT SUM(value_1) FROM ref_table;
54 SELECT SUM(value_1) FROM ref_table;
57 SELECT SUM(value_1) FROM ref_table_2;
63 SELECT SUM(value_1) FROM ref_table;
70 SELECT SUM(value_1) FROM ref_table;
73 SELECT SUM(value_1) FROM ref_table;
79 SELECT SUM(value_1) FROM ref_table;
[all …]
H A Dmulti_shard_update_delete.sql273 SET value_1 = 3
289 SET value_1 = 5
295 SET value_1 = 4
303 SET value_1 = 4
319 SET value_1 = 5
350 value_1 > 1 AND value_1 < 3
402 SET value_1 = 11
462 SET value_1 = 7
467 SET value_1 = 7
565 SET value_1 = 4
[all …]
H A Dmulti_insert_select_non_pushable_queries.sql216 users_table.value_1 > 15 AND users_table.value_1 < 17
286 users_table.value_1 > 15 AND users_table.value_1 < 17
329 users_table.value_1 > 10 AND users_table.value_1 < 12
359 users_table.value_1 > 10 AND users_table.value_1 < 12
389 users_table.value_1 > 10 AND users_table.value_1 < 12
426 AND user_id IN (SELECT value_1 FROM users_table WHERE value_1 >= 30 AND value_1 <= 40)
451 value_1 > 101 AND value_1 < 110
458 value_1 > 101 AND value_1 < 110
470 value_1 = 101
477 value_1 = 101
[all …]
H A Dmulti_behavioral_analytics_basics.sql127 users_table.value_1 > 3 AND users_table.value_1 < 5
173 users_table.value_1 > 3 AND users_table.value_1 < 6
216 WHERE (value_1 = 1
217 OR value_1 = 2
218 OR value_1 = 3)
234 value_1 > 1 AND value_1 < 4
250 value_1 = 1
266 value_1 > 1
301 WHERE value_1 > 1
302 AND value_1 < 3
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dmulti_mx_reference_table.out72 value_1,
253 value_1
258 value_1
266 value_1
271 value_1
276 value_1
281 value_1
337 value_1 = 1 OR value_1 = 2;
545 WHERE value_1 = 1 OR value_1 = 2
626 value_1
[all …]
H A Dmulti_reference_table.out95 value_1,
276 value_1
281 value_1
289 value_1
294 value_1
299 value_1
304 value_1
360 value_1 = 1 OR value_1 = 2;
566 WHERE value_1 = 1 OR value_1 = 2
630 value_1
[all …]
H A Dwindow_functions_1.out57 1, value_1
111 value_1
136 value_1
438 value_1,
520 value_1,
605 value_1,
717 value_1,
783 value_1,
852 value_1,
942 value_1,
[all …]
H A Dwindow_functions_0.out57 1, value_1
111 value_1
136 value_1
438 value_1,
520 value_1,
605 value_1,
717 value_1,
783 value_1,
852 value_1,
942 value_1,
[all …]
H A Dwindow_functions.out57 1, value_1
111 value_1
136 value_1
438 value_1,
520 value_1,
605 value_1,
717 value_1,
783 value_1,
852 value_1,
942 value_1,
[all …]
H A Dmulti_orderby_limit_pushdown.out7 SELECT user_id, avg(value_1)
10 ORDER BY avg(value_1) DESC
21 SELECT user_id, avg(value_1)
24 ORDER BY avg(value_1) DESC
32 SELECT user_id, avg(value_1)
35 ORDER BY avg(value_1) DESC
58 ORDER BY avg(value_1) + 1 DESC
65 SELECT user_id, avg(value_1)
68 ORDER BY avg(value_1) + 1 DESC
272 ORDER BY sum(value_1) DESC
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/learning/common/
H A Dtarget_histogram_unittest.cc19 TargetValue value_1; member in media::learning::TargetHistogramTest
33 histogram_[value_1] = counts_1; in TEST_F()
36 histogram_[value_1] += counts_1; in TEST_F()
42 histogram_[value_1] = counts_1; in TEST_F()
50 histogram_ += value_1; in TEST_F()
55 histogram_ += value_1; in TEST_F()
67 histogram_[value_1] = counts_1; in TEST_F()
80 histogram_[value_1] = counts_1; in TEST_F()
87 EXPECT_EQ(max_value, value_1); in TEST_F()
123 EXPECT_EQ(max_value, value_1); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/learning/common/
H A Dtarget_histogram_unittest.cc19 TargetValue value_1; member in media::learning::TargetHistogramTest
33 histogram_[value_1] = counts_1; in TEST_F()
36 histogram_[value_1] += counts_1; in TEST_F()
42 histogram_[value_1] = counts_1; in TEST_F()
50 histogram_ += value_1; in TEST_F()
55 histogram_ += value_1; in TEST_F()
67 histogram_[value_1] = counts_1; in TEST_F()
80 histogram_[value_1] = counts_1; in TEST_F()
87 EXPECT_EQ(max_value, value_1); in TEST_F()
123 EXPECT_EQ(max_value, value_1); in TEST_F()
[all …]
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/unit_tests/misc/
H A Denum_flags_test.cpp38 value_1 = 1, enumerator
62 enum_test_flags f1(enum_test_flag::value_1);
63 enum_test_flags f2(enum_test_flag::value_1);
72 enum_test_flags f1(enum_test_flag::value_1);
88 CHECK(f1.test_flag(enum_test_flag::value_1) == false);
125 CHECK(f1.test_flag(enum_test_flag::value_1) == true);
140 CHECK(f2.test_flag(enum_test_flag::value_1) == true);
161 CHECK(f1.test_flag(enum_test_flag::value_1) == true);
167 CHECK(f1.test_flag(enum_test_flag::value_1) == true);
212 CHECK(f2.test_flag(enum_test_flag::value_1) == false);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/util/
H A Dfield_comparator.h177 bool CompareBool(const FieldDescriptor& /* unused */, bool value_1, in CompareBool() argument
179 return value_1 == value_2; in CompareBool()
184 bool CompareDouble(const FieldDescriptor& field, double value_1,
188 const EnumValueDescriptor* value_1,
195 bool CompareInt32(const FieldDescriptor& /* unused */, int32 value_1, in CompareInt32() argument
197 return value_1 == value_2; in CompareInt32()
200 bool CompareInt64(const FieldDescriptor& /* unused */, int64 value_1, in CompareInt64() argument
202 return value_1 == value_2; in CompareInt64()
207 return value_1 == value_2; in CompareString()
212 return value_1 == value_2; in CompareUInt32()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/util/
H A Dfield_comparator.h177 bool CompareBool(const FieldDescriptor& /* unused */, bool value_1, in CompareBool() argument
179 return value_1 == value_2; in CompareBool()
184 bool CompareDouble(const FieldDescriptor& field, double value_1,
188 const EnumValueDescriptor* value_1,
195 bool CompareInt32(const FieldDescriptor& /* unused */, int32 value_1, in CompareInt32() argument
197 return value_1 == value_2; in CompareInt32()
200 bool CompareInt64(const FieldDescriptor& /* unused */, int64 value_1, in CompareInt64() argument
202 return value_1 == value_2; in CompareInt64()
207 return value_1 == value_2; in CompareString()
212 return value_1 == value_2; in CompareUInt32()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/util/
H A Dfield_comparator.h177 bool CompareBool(const FieldDescriptor& /* unused */, bool value_1, in CompareBool() argument
179 return value_1 == value_2; in CompareBool()
184 bool CompareDouble(const FieldDescriptor& field, double value_1,
188 const EnumValueDescriptor* value_1,
195 bool CompareInt32(const FieldDescriptor& /* unused */, int32 value_1, in CompareInt32() argument
197 return value_1 == value_2; in CompareInt32()
200 bool CompareInt64(const FieldDescriptor& /* unused */, int64 value_1, in CompareInt64() argument
202 return value_1 == value_2; in CompareInt64()
207 return value_1 == value_2; in CompareString()
212 return value_1 == value_2; in CompareUInt32()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/util/
H A Dfield_comparator.h177 bool CompareBool(const FieldDescriptor& /* unused */, bool value_1, in CompareBool() argument
179 return value_1 == value_2; in CompareBool()
184 bool CompareDouble(const FieldDescriptor& field, double value_1,
188 const EnumValueDescriptor* value_1,
195 bool CompareInt32(const FieldDescriptor& /* unused */, int32 value_1, in CompareInt32() argument
197 return value_1 == value_2; in CompareInt32()
200 bool CompareInt64(const FieldDescriptor& /* unused */, int64 value_1, in CompareInt64() argument
202 return value_1 == value_2; in CompareInt64()
207 return value_1 == value_2; in CompareString()
212 return value_1 == value_2; in CompareUInt32()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/util/
H A Dfield_comparator.h177 bool CompareBool(const FieldDescriptor& /* unused */, bool value_1, in CompareBool() argument
179 return value_1 == value_2; in CompareBool()
184 bool CompareDouble(const FieldDescriptor& field, double value_1,
188 const EnumValueDescriptor* value_1,
195 bool CompareInt32(const FieldDescriptor& /* unused */, int32 value_1, in CompareInt32() argument
197 return value_1 == value_2; in CompareInt32()
200 bool CompareInt64(const FieldDescriptor& /* unused */, int64 value_1, in CompareInt64() argument
202 return value_1 == value_2; in CompareInt64()
207 return value_1 == value_2; in CompareString()
212 return value_1 == value_2; in CompareUInt32()
[all …]

12345678910>>...36