Home
last modified time | relevance | path

Searched defs:ds (Results 1 – 25 of 3222) sorted by relevance

12345678910>>...129

/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dbucket_groupby.q8 select key, count(1) from clustergroupby where ds='100' group by key limit 10; globalVar
9 select key, count(1) from clustergroupby where ds='100' group by key limit 10; globalVar
16 select key, count(1) from clustergroupby where ds='101' group by key limit 10; globalVar
17 select key, count(1) from clustergroupby where ds='101' group by key limit 10; globalVar
29 select key, count(1) from clustergroupby where ds='101' group by key,3 limit 10; globalVar
30 select key, count(1) from clustergroupby where ds='101' group by key,3 limit 10; globalVar
54 select key, count(1) from clustergroupby where ds='102' group by key limit 10; globalVar
55 select key, count(1) from clustergroupby where ds='102' group by key limit 10; globalVar
57 select value, count(1) from clustergroupby where ds='102' group by value limit 10; globalVar
71 select key, count(1) from clustergroupby where ds='103' group by key limit 10; globalVar
[all …]
H A Dunion_view.q43 EXPLAIN SELECT count(1) from src_union_1 WHERE ds ='1'; globalVar
44 EXPLAIN SELECT count(1) from src_union_2 WHERE ds ='2'; globalVar
45 EXPLAIN SELECT count(1) from src_union_3 WHERE ds ='3'; globalVar
47 SELECT count(1) from src_union_1 WHERE ds ='1'; globalVar
48 SELECT count(1) from src_union_2 WHERE ds ='2'; globalVar
49 SELECT count(1) from src_union_3 WHERE ds ='3'; globalVar
70 EXPLAIN SELECT count(1) from src_union_view WHERE ds ='1'; globalVar
74 SELECT count(1) from src_union_view WHERE ds ='1'; globalVar
75 SELECT count(1) from src_union_view WHERE ds ='2'; globalVar
76 SELECT count(1) from src_union_view WHERE ds ='3'; globalVar
[all …]
H A Dppr_pushdown.q24 select * from ppr_test where ds = '1234' order by key; globalVar
25 select * from ppr_test where ds = '1224' order by key; globalVar
26 select * from ppr_test where ds = '1214' order by key; globalVar
27 select * from ppr_test where ds = '12.4' order by key; globalVar
28 select * from ppr_test where ds = '12+4' order by key; globalVar
29 select * from ppr_test where ds = '12:4' order by key; globalVar
30 select * from ppr_test where ds = '12%4' order by key; globalVar
31 select * from ppr_test where ds = '12*4' order by key; globalVar
32 select * from ppr_test where ds = '12.*4' order by key; globalVar
34 select * from ppr_test where ds = '1234' and key = '1234'; globalVar
[all …]
H A Dbucketsortoptimize_insert_2.q47 select * from test_table3 tablesample (bucket 1 out of 2) s where ds = '1'; globalVar
48 select * from test_table3 tablesample (bucket 2 out of 2) s where ds = '1'; globalVar
63 select * from test_table3 tablesample (bucket 1 out of 2) s where ds = '1'; globalVar
87 (select key, value from test_table1 where ds = '1') a globalVar
89 (select key, value from test_table2 where ds = '1') b globalVar
95 (select key, value from test_table1 where ds = '1') a globalVar
97 (select key, value from test_table2 where ds = '1') b globalVar
129 (select key, value from test_table1 where ds = '1') a globalVar
131 (select key, value from test_table2 where ds = '1') b globalVar
137 (select key, value from test_table1 where ds = '1') a globalVar
[all …]
H A Dsmb_mapjoin_18.q27 select count(*) from test_table1 where ds = '1'; globalVar
28 select count(*) from test_table1 where ds = '1' and hash(key) % 2 = 0; globalVar
30 select count(*) from test_table1 tablesample (bucket 1 out of 2) s where ds = '1'; globalVar
31 select count(*) from test_table1 tablesample (bucket 2 out of 2) s where ds = '1'; globalVar
33 select count(*) from test_table2 where ds = '1'; globalVar
34 select count(*) from test_table2 where ds = '1' and hash(key) % 2 = 0; globalVar
36 select count(*) from test_table2 tablesample (bucket 1 out of 2) s where ds = '1'; globalVar
48 select count(*) from test_table2 where ds = '2'; globalVar
49 select count(*) from test_table2 where ds = '2' and hash(key) % 2 = 0; globalVar
61 select count(*) from test_table2 where ds = '3'; globalVar
[all …]
H A Dlist_bucket_query_oneskew_3.q25 -- create /fact_tz/ds=1/hr=1 directory globalVar
29 -- create /fact_tz/ds=1/hr=2 directory globalVar
33 -- create /fact_tz/ds=1/hr=3 directory globalVar
37 dfs -lsr ${hiveconf:hive.metastore.warehouse.dir}/fact_tz/ds=1; globalVar
38 dfs -mv ${hiveconf:hive.metastore.warehouse.dir}/fact_tz/ds=1/hr=1 ${hiveconf:hive.metastore.wareho… globalVar
39 dfs -mv ${hiveconf:hive.metastore.warehouse.dir}/fact_tz/ds=1/hr=2 ${hiveconf:hive.metastore.wareho… globalVar
40 dfs -mv ${hiveconf:hive.metastore.warehouse.dir}/fact_tz/ds=1/hr=3 ${hiveconf:hive.metastore.wareho… globalVar
41 dfs -lsr ${hiveconf:hive.metastore.warehouse.dir}/fact_tz/ds=1; globalVar
43 -- switch fact_daily to skewed table and point its location to /fact_tz/ds=1 globalVar
55 SELECT * FROM fact_daily WHERE ds='1' ORDER BY x, y, z; globalVar
[all …]
H A Dpcr.q48 explain extended select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09' order by ke… globalVar
49 select key, value from pcr_t1 where ds='2000-04-08' or ds='2000-04-09' order by key, value; globalVar
76 insert overwrite table pcr_t2 select key, value where ds='2000-04-08' globalVar
77 insert overwrite table pcr_t3 select key, value where ds='2000-04-08'; globalVar
80 insert overwrite table pcr_t2 select key, value where ds='2000-04-08' globalVar
81 insert overwrite table pcr_t3 select key, value where ds='2000-04-08'; globalVar
85 insert overwrite table pcr_t2 select key, value where ds='2000-04-08' and key=2 globalVar
86 insert overwrite table pcr_t3 select key, value where ds='2000-04-08' and key=3; globalVar
89 insert overwrite table pcr_t2 select key, value where ds='2000-04-08' and key=2 globalVar
90 insert overwrite table pcr_t3 select key, value where ds='2000-04-08' and key=3; globalVar
[all …]
H A Dauthorization_2.q24 select key from authorization_part where ds='2010' order by key limit 20; globalVar
30 select key from authorization_part where ds='2010' order by key limit 20; globalVar
48 select key from authorization_part where ds='2010' order by key limit 20; globalVar
54 select key from authorization_part where ds='2010' order by key limit 20; globalVar
73 select key from authorization_part where ds='2010' order by key limit 20; globalVar
79 select key from authorization_part where ds='2010' order by key limit 20; globalVar
97 select key from authorization_part where ds='2010' order by key limit 20; globalVar
103 select key from authorization_part where ds='2010' order by key limit 20; globalVar
H A Dbucketsortoptimize_insert_7.q43 select * from test_table3 tablesample (bucket 1 out of 2) s where ds = '1'; globalVar
44 select * from test_table3 tablesample (bucket 2 out of 2) s where ds = '1'; globalVar
51 (select key, value from test_table1 where ds = '1' and (key = 0 or key = 5)) a globalVar
64 select * from test_table3 tablesample (bucket 1 out of 2) s where ds = '1'; globalVar
65 select * from test_table3 tablesample (bucket 2 out of 2) s where ds = '1'; globalVar
72 (select key, value from test_table1 where ds = '1' and key < 8) a globalVar
74 (select key, value from test_table2 where ds = '1' and key < 8) b globalVar
81 (select key, value from test_table1 where ds = '1' and key < 8) a globalVar
83 (select key, value from test_table2 where ds = '1' and key < 8) b globalVar
87 select * from test_table3 tablesample (bucket 1 out of 2) s where ds = '1'; globalVar
[all …]
H A Dnonmr_fetch.q7 explain select * from srcpart where ds='2008-04-08' AND hr='11' limit 10; globalVar
8 select * from srcpart where ds='2008-04-08' AND hr='11' limit 10; globalVar
28 explain select * from srcpart where ds='2008-04-08' AND hr='11' limit 10; globalVar
29 select * from srcpart where ds='2008-04-08' AND hr='11' limit 10; globalVar
40 explain select key from srcpart where ds='2008-04-08' AND hr='11' limit 10; globalVar
41 select key from srcpart where ds='2008-04-08' AND hr='11' limit 10; globalVar
64 explain select key, value, BLOCK__OFFSET__INSIDE__FILE from srcpart where ds="2008-04-09" AND rand(… globalVar
65 select key, value, BLOCK__OFFSET__INSIDE__FILE from srcpart where ds="2008-04-09" AND rand() > 1; globalVar
/dports/devel/agar/agar-1.5.0/core/
H A Dload_integral.h67 AG_ReadUint8(AG_DataSource *ds) in AG_ReadUint8()
81 AG_ReadUint8v(AG_DataSource *ds, Uint8 *v) in AG_ReadUint8v()
95 AG_WriteUint8(AG_DataSource *ds, Uint8 i) in AG_WriteUint8()
121 AG_ReadUint16(AG_DataSource *ds) in AG_ReadUint16()
136 AG_ReadUint16v(AG_DataSource *ds, Uint16 *v) in AG_ReadUint16v()
151 AG_WriteUint16(AG_DataSource *ds, Uint16 u16) in AG_WriteUint16()
186 AG_ReadUint32(AG_DataSource *ds) in AG_ReadUint32()
201 AG_ReadUint32v(AG_DataSource *ds, Uint32 *v) in AG_ReadUint32v()
216 AG_WriteUint32(AG_DataSource *ds, Uint32 u32) in AG_WriteUint32()
252 AG_ReadUint64(AG_DataSource *ds) in AG_ReadUint64()
[all …]
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/
H A DDatasetSuite.scala60 val ds = spark.emptyDataset[Int] constant
75 val ds = sparkContext.parallelize(( constant
86 val ds = Seq(item).toDS() constant
97 val ds = data.toDS() constant
250 val ds = spark.range(10) constant
482 val ds = Seq("1", "2").toDS().as("a") constant
488 val ds = Seq((1, 2)).toDS() constant
653 val ds = df.as[Option[Int]] constant
795 val ds = df.as[ClassData] constant
809 val ds = Seq( constant
[all …]
H A DDatasetAggregatorSuite.scala176 val ds = Seq("a" -> 1, "a" -> 3, "b" -> 3).toDS() constant
186 val ds = Seq(1, 3, 2, 5).toDS() constant
197 val ds = Seq(AggData(1, "one"), AggData(2, "two")).toDS() constant
205 val ds = sql("SELECT 'one' AS b, 1 as a").as[AggData] constant
229 val ds = Seq(AggData(1, "one"), AggData(2, "two")).toDS() constant
246 val ds = Seq("a" -> 1, "a" -> 3, "b" -> 3).toDS() constant
254 val ds = Seq("a" -> 1, "a" -> 3, "b" -> 3).toDS() constant
280 val ds = Seq(AggData(1, "a"), AggData(2, "a")).toDS() constant
297 val ds = Seq(1, 3, 2, 5).toDS() constant
309 val ds = Seq(AggData(1, "one"), AggData(2, "two")).toDS() constant
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/r/tests/testthat/
H A Dtest-dataset.R378 ds <- open_dataset(list( globalVar
496 ds <- open_dataset(hive_dir) globalVar
732 ds <- open_dataset(dataset_dir) globalVar
834 ds <- open_dataset(hive_dir) globalVar
949 ds <- factory$Finish(schm) globalVar
991 ds <- open_dataset(hive_dir) globalVar
1037 ds <- open_dataset(hive_dir) globalVar
1060 ds <- open_dataset(hive_dir) globalVar
1097 ds <- open_dataset(hive_dir) globalVar
1106 ds <- open_dataset(hive_dir) globalVar
[all …]
/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/test/v20/
H A Dtest_environment.py19 def ds(): function
313 def test_relationships(ds): argument
324 def test_relationships_no_id(ds): argument
335 def test_relationships_by_type(ds): argument
344 def test_relationships_by_source(ds): argument
352 def test_relationships_by_target(ds): argument
377 def test_related_to(ds): argument
388 def test_related_to_no_id(ds): argument
399 def test_related_to_by_source(ds): argument
407 def test_related_to_by_target(ds): argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/r/tests/testthat/
H A Dtest-dataset.R140 ds <- open_dataset(uri, partitioning = schema(part = uint8())) globalVar
225 ds <- open_dataset(csv_dir, partitioning = "part", format = "csv") globalVar
288 ds <- open_dataset(list( globalVar
342 ds <- open_dataset(dataset_dir, partitioning = "part") globalVar
353 ds <- open_dataset(hive_dir, partitioning = NULL) globalVar
453 ds <- open_dataset(dataset_dir) globalVar
466 ds <- open_dataset(dataset_dir) globalVar
489 ds <- open_dataset(hive_dir) globalVar
540 expect_scan_result <- function(ds, schm) { argument
587 ds <- Dataset$create(list(child), schm) globalVar
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/r/tests/testthat/
H A Dtest-dataset-dplyr.R41 ds <- open_dataset(dataset_dir, partitioning = schema(part = uint8())) globalVar
52 ds <- open_dataset(dataset_dir, partitioning = schema(part = uint8())) globalVar
62 ds <- open_dataset(hive_dir) globalVar
73 ds <- open_dataset(dataset_dir, partitioning = schema(part = uint8())) globalVar
131 ds <- open_dataset(dataset_dir, partitioning = schema(part = uint8())) globalVar
189 ds <- open_dataset(dataset_dir) globalVar
204 ds <- open_dataset(dataset_dir, partitioning = schema(part = uint8())) globalVar
240 ds <- open_dataset(dataset_dir) globalVar
293 ds <- open_dataset(dataset_dir) globalVar
333 ds <- open_dataset(dataset_dir) globalVar
/dports/science/molscript/MolScript-280abee/code/clib/
H A Ddynstring.c63 ds_valid_state (const dynstring *ds) in ds_valid_state()
127 ds_clone (dynstring *ds) in ds_clone()
218 ds_delete (dynstring *ds) in ds_delete()
230 ds_set (dynstring *ds, const char *str) in ds_set()
325 ds_add (dynstring *ds, const char c) in ds_add()
436 ds_remove_blanks (dynstring *ds) in ds_remove_blanks()
507 ds_left_adjust (dynstring *ds) in ds_left_adjust()
529 ds_right_adjust (dynstring *ds) in ds_right_adjust()
561 ds_reset (dynstring *ds) in ds_reset()
578 ds_to_upper (dynstring *ds) in ds_to_upper()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/jaeger/
H A Ddatasource.test.ts51 const ds = new JaegerDatasource(defaultSettings); constant
61 const ds = new JaegerDatasource(defaultSettings); constant
76 const ds = new JaegerDatasource(defaultSettings); constant
90 const ds = new JaegerDatasource(defaultSettings); constant
105 const ds = new JaegerDatasource(defaultSettings); constant
118 const ds = new JaegerDatasource(defaultSettings, timeSrvStub); constant
136 const ds = new JaegerDatasource(defaultSettings, timeSrvStub); constant
188 const ds = new JaegerDatasource(defaultSettings); constant
199 const ds = new JaegerDatasource(defaultSettings); constant
221 const ds = new JaegerDatasource(defaultSettings); constant
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/dsa/
H A Dswitch.c32 static int dsa_switch_ageing_time(struct dsa_switch *ds, in dsa_switch_ageing_time()
67 static int dsa_switch_mtu(struct dsa_switch *ds, in dsa_switch_mtu()
154 static int dsa_switch_fdb_add(struct dsa_switch *ds, in dsa_switch_fdb_add()
165 static int dsa_switch_fdb_del(struct dsa_switch *ds, in dsa_switch_fdb_del()
176 static int dsa_switch_hsr_join(struct dsa_switch *ds, in dsa_switch_hsr_join()
207 static int dsa_switch_lag_join(struct dsa_switch *ds, in dsa_switch_lag_join()
247 static int dsa_switch_mdb_add(struct dsa_switch *ds, in dsa_switch_mdb_add()
267 static int dsa_switch_mdb_del(struct dsa_switch *ds, in dsa_switch_mdb_del()
379 static int dsa_switch_mrp_add(struct dsa_switch *ds, in dsa_switch_mrp_add()
425 dsa_switch_mrp_add_ring_role(struct dsa_switch *ds, in dsa_switch_mrp_add_ring_role()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/dsa/
H A Dswitch.c32 static int dsa_switch_ageing_time(struct dsa_switch *ds, in dsa_switch_ageing_time()
67 static int dsa_switch_mtu(struct dsa_switch *ds, in dsa_switch_mtu()
154 static int dsa_switch_fdb_add(struct dsa_switch *ds, in dsa_switch_fdb_add()
165 static int dsa_switch_fdb_del(struct dsa_switch *ds, in dsa_switch_fdb_del()
176 static int dsa_switch_hsr_join(struct dsa_switch *ds, in dsa_switch_hsr_join()
207 static int dsa_switch_lag_join(struct dsa_switch *ds, in dsa_switch_lag_join()
247 static int dsa_switch_mdb_add(struct dsa_switch *ds, in dsa_switch_mdb_add()
267 static int dsa_switch_mdb_del(struct dsa_switch *ds, in dsa_switch_mdb_del()
379 static int dsa_switch_mrp_add(struct dsa_switch *ds, in dsa_switch_mrp_add()
425 dsa_switch_mrp_add_ring_role(struct dsa_switch *ds, in dsa_switch_mrp_add_ring_role()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/dsa/
H A Dswitch.c32 static int dsa_switch_ageing_time(struct dsa_switch *ds, in dsa_switch_ageing_time()
67 static int dsa_switch_mtu(struct dsa_switch *ds, in dsa_switch_mtu()
154 static int dsa_switch_fdb_add(struct dsa_switch *ds, in dsa_switch_fdb_add()
165 static int dsa_switch_fdb_del(struct dsa_switch *ds, in dsa_switch_fdb_del()
176 static int dsa_switch_hsr_join(struct dsa_switch *ds, in dsa_switch_hsr_join()
207 static int dsa_switch_lag_join(struct dsa_switch *ds, in dsa_switch_lag_join()
247 static int dsa_switch_mdb_add(struct dsa_switch *ds, in dsa_switch_mdb_add()
267 static int dsa_switch_mdb_del(struct dsa_switch *ds, in dsa_switch_mdb_del()
379 static int dsa_switch_mrp_add(struct dsa_switch *ds, in dsa_switch_mrp_add()
425 dsa_switch_mrp_add_ring_role(struct dsa_switch *ds, in dsa_switch_mrp_add_ring_role()
[all …]
/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddataset.c125 struct dataset *ds = ds_; in dict_callback() local
146 struct dataset *ds; in dataset_create() local
196 dataset_destroy (struct dataset *ds) in dataset_destroy()
213 dataset_clear (struct dataset *ds) in dataset_clear()
229 dataset_name (const struct dataset *ds) in dataset_name()
386 proc_execute (struct dataset *ds) in proc_execute()
489 proc_open (struct dataset *ds) in proc_open()
506 struct dataset *ds = ds_; in proc_casereader_read() local
567 struct dataset *ds = ds_; in proc_casereader_destroy() local
593 proc_commit (struct dataset *ds) in proc_commit()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/loki/
H A Ddatasource.test.ts120 let ds: LokiDatasource; variable
267 const ds = createLokiDSForTests(); constant
337 const ds = createLokiDSForTests(); constant
356 const ds = createLokiDSForTests(); constant
375 const ds = createLokiDSForTests(); constant
489 let ds: LokiDatasource; variable
723 const { ds } = getTestContext(mock); constant
731 const { ds } = getTestContext(mock); constant
846 let ds: LokiDatasource; variable
923 const ds = createLokiDSForTests(); constant
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/mysql/specs/
H A Ddatasource.test.ts67 const { ds, fetchMock } = setupTextContext({}); constant
108 const { ds } = setupTextContext(response); constant
148 const { ds } = setupTextContext(response); constant
249 const { ds } = setupTextContext(response); constant
284 const { ds } = setupTextContext(response); constant
322 const { ds } = setupTextContext(response); constant
334 const { ds, variable } = setupTextContext({}); constant
341 const { ds, variable } = setupTextContext({}); constant
348 const { ds, variable } = setupTextContext({}); constant
355 const { ds, variable } = setupTextContext({}); constant
[all …]

12345678910>>...129