Home
last modified time | relevance | path

Searched refs:dist_key (Results 1 – 21 of 21) sorted by relevance

/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Ddata_types.sql15 dist_key bigint PRIMARY KEY, field
33 INSERT INTO data_types_table (dist_key,col1, col2, col3, col4, col5, col6, col70, col7, col8, col9,…
38 INSERT INTO data_types_table_local (dist_key,col1, col2, col3, col4, col5, col6, col70, col7, col8,…
87dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10, col11, col12, col13,…
97 …count(*) OVER (PARTITION BY dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9,…
110 SELECT DISTINCT(dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10, col11…
121 SELECT count(DISTINCT(dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10,…
132 INSERT INTO data_types_table SELECT * FROM data_types_table ON CONFLICT (dist_key) DO UPDATE SET us…
133 INSERT INTO data_types_table SELECT * FROM data_types_table LIMIT 100000 ON CONFLICT (dist_key) DO …
134 INSERT INTO data_types_table (dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9…
[all …]
H A Dupgrade_columnar_before.sql149 dist_key bigint,
163 CREATE UNIQUE INDEX unique_index_on_columnar ON less_common_data_types_table(dist_key, col1);
164 CREATE INDEX non_unique_index_on_columnar ON less_common_data_types_table(dist_key, col1);
166 INSERT INTO less_common_data_types_table (dist_key,col1, col2, col3, col4, col5, col6, col70, col7,…
171 INSERT INTO less_common_data_types_table (dist_key,col1, col2, col3, col4, col5, col6, col70, col7,…
189dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10, col11, col12, col13,…
199 …count(*) OVER (PARTITION BY dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9,…
212 SELECT DISTINCT(dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10, col11…
223 SELECT count(DISTINCT(dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10,…
229 SELECT count(*) FROM less_common_data_types_table WHERE dist_key = 1 AND col1 = ARRAY[1];
[all …]
H A Dfailure_replicated_partitions.sql10 dist_key bigint, field
16 PARTITION OF partitioned_table (dist_key, partition_id)
H A Dmulti_mx_alter_distributed_table.sql56 CREATE OR REPLACE procedure proc_0(dist_key float8)
62 INSERT INTO test_proc_colocation_0 VALUES (dist_key);
123 CREATE OR REPLACE procedure proc_1(dist_key float8)
129 INSERT INTO test_proc_colocation_0 VALUES (dist_key);
H A Dupgrade_columnar_after.sql43 …INSERT INTO less_common_data_types_table (dist_key,col1, col2, col3, col4, col5, col6, col70, col7…
48 …INSERT INTO less_common_data_types_table (dist_key,col1, col2, col3, col4, col5, col6, col70, col7…
60 SELECT count(DISTINCT(dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10,…
69 SELECT count(*) FROM less_common_data_types_table WHERE dist_key = 1 AND col1 = ARRAY[1];
77 SELECT count(*) FROM less_common_data_types_table WHERE dist_key = 1 AND col1 = ARRAY[1];
H A Dlocal_shard_copy.sql51 CREATE OR REPLACE FUNCTION shard_of_distribution_column_is_local(dist_key int) RETURNS bool AS $$
57 … AS (SELECT get_shard_id_for_distribution_column('local_shard_copy.distributed_table', dist_key)),
H A Dpg14.sql110 create or replace procedure proc_pushdown(dist_key integer, OUT created int4[], OUT res_out text)
116 INSERT INTO pg14.test_proc_table VALUES (dist_key);
H A Dlocal_shard_execution.sql74 CREATE OR REPLACE FUNCTION shard_of_distribution_column_is_local(dist_key int) RETURNS bool AS $$
80 …(SELECT get_shard_id_for_distribution_column('local_shard_execution.distributed_table', dist_key)),
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Ddata_types_0.out11 dist_key bigint PRIMARY KEY,
25 SELECT create_distributed_table('data_types_table', 'dist_key');
31 INSERT INTO data_types_table (dist_key,col1, col2, col3, col4, col5, col6, col70, col7, col8, col9,…
104dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10, col11, col12, col13,…
123 …count(*) OVER (PARTITION BY dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9,…
142 SELECT DISTINCT(dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10, col11…
158 SELECT count(DISTINCT(dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10,…
177 INSERT INTO data_types_table SELECT * FROM data_types_table ON CONFLICT (dist_key) DO UPDATE SET us…
178 INSERT INTO data_types_table SELECT * FROM data_types_table LIMIT 100000 ON CONFLICT (dist_key) DO …
179 INSERT INTO data_types_table (dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9…
[all …]
H A Ddata_types.out11 dist_key bigint PRIMARY KEY,
25 SELECT create_distributed_table('data_types_table', 'dist_key');
31 INSERT INTO data_types_table (dist_key,col1, col2, col3, col4, col5, col6, col70, col7, col8, col9,…
104dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10, col11, col12, col13,…
123 …count(*) OVER (PARTITION BY dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9,…
146 SELECT DISTINCT(dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10, col11…
166 SELECT count(DISTINCT(dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10,…
185 INSERT INTO data_types_table SELECT * FROM data_types_table ON CONFLICT (dist_key) DO UPDATE SET us…
186 INSERT INTO data_types_table SELECT * FROM data_types_table LIMIT 100000 ON CONFLICT (dist_key) DO …
187 INSERT INTO data_types_table (dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9…
[all …]
H A Dfailure_replicated_partitions.out11 dist_key bigint,
14 SELECT create_distributed_table('partitioned_table', 'dist_key');
21 PARTITION OF partitioned_table (dist_key, partition_id)
H A Dupgrade_columnar_before.out185 dist_key bigint,
198 CREATE UNIQUE INDEX unique_index_on_columnar ON less_common_data_types_table(dist_key, col1);
199 CREATE INDEX non_unique_index_on_columnar ON less_common_data_types_table(dist_key, col1);
200 INSERT INTO less_common_data_types_table (dist_key,col1, col2, col3, col4, col5, col6, col70, col7,…
232dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10, col11, col12, col13,…
255 …count(*) OVER (PARTITION BY dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9,…
280 SELECT DISTINCT(dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10, col11…
302 SELECT count(DISTINCT(dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10,…
312 SELECT count(*) FROM less_common_data_types_table WHERE dist_key = 1 AND col1 = ARRAY[1];
323 SELECT count(*) FROM less_common_data_types_table WHERE dist_key = 1 AND col1 = ARRAY[1];
[all …]
H A Dupgrade_columnar_after.out145 …INSERT INTO less_common_data_types_table (dist_key,col1, col2, col3, col4, col5, col6, col70, col7…
149 …INSERT INTO less_common_data_types_table (dist_key,col1, col2, col3, col4, col5, col6, col70, col7…
153dist_key | col1 | col2 | col3 | col4 | …
170 SELECT count(DISTINCT(dist_key, col1, col2, col3, col4, col5, col6, col70, col7, col8, col9, col10,…
182 DETAIL: Key (dist_key, col1)=(1, {1}) already exists.
184 SELECT count(*) FROM less_common_data_types_table WHERE dist_key = 1 AND col1 = ARRAY[1];
195 SELECT count(*) FROM less_common_data_types_table WHERE dist_key = 1 AND col1 = ARRAY[1];
200 Index Cond: ((dist_key = 1) AND (col1 = '{1}'::integer[]))
H A Dmulti_mx_alter_distributed_table.out171 CREATE OR REPLACE procedure proc_0(dist_key float8)
177 INSERT INTO test_proc_colocation_0 VALUES (dist_key);
182 SELECT create_distributed_function('proc_0(float8)', 'dist_key', 'test_proc_colocation_0' );
369 CREATE OR REPLACE procedure proc_1(dist_key float8)
375 INSERT INTO test_proc_colocation_0 VALUES (dist_key);
380 SELECT create_distributed_function('proc_1(float8)', 'dist_key', 'test_proc_colocation_0' );
H A Dpg14.out273 create or replace procedure proc_pushdown(dist_key integer, OUT created int4[], OUT res_out text)
279 INSERT INTO pg14.test_proc_table VALUES (dist_key);
309 SELECT create_distributed_function('proc_pushdown(integer)', 'dist_key', 'test_proc_table' );
H A Dlocal_shard_copy.out72 CREATE OR REPLACE FUNCTION shard_of_distribution_column_is_local(dist_key int) RETURNS bool AS $$
78 … AS (SELECT get_shard_id_for_distribution_column('local_shard_copy.distributed_table', dist_key)),
H A Dmulti_router_planner_fast_path.out773 -- dist_key = func()
789 -- dist_key = func()
804 -- dist_key = func()
1134 -- we cannot qualify dist_key = X operator Y via
H A Dunion_pushdown.out997 -- the followings can be pushed down since dist_key is used in the aggregation
1459 -- order by is not on dist_key so can't pushed down, needs to be fixed with #4781
H A Dlocal_shard_execution.out97 CREATE OR REPLACE FUNCTION shard_of_distribution_column_is_local(dist_key int) RETURNS bool AS $$
103 …(SELECT get_shard_id_for_distribution_column('local_shard_execution.distributed_table', dist_key)),
/dports/math/curv/curv-0.5/libcurv/
H A Dshape.cc60 static Symbol_Ref dist_key = make_symbol("dist"); in recognize() local
74 Value dist_val = r->find_field(dist_key, cx); in recognize()
118 static Symbol_Ref dist_key = make_symbol("dist"); in Shape_Program() local
127 if (r->hasfield(dist_key)) in Shape_Program()
128 dist_fun_ = value_to_function(r->getfield(dist_key, cx), cx); in Shape_Program()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGLCanvas3D.cpp4018 std::string dist_key = "min_object_distance", rot_key = "enable_rotation"; in on_key() local
4035 dist_key += postfix; in on_key()
4043 appcfg->set("arrange", dist_key.c_str(), std::to_string(settings_out.distance)); in on_key()
4058 appcfg->set("arrange", dist_key.c_str(), std::to_string(settings_out.distance)); in on_key()