Home
last modified time | relevance | path

Searched refs:hyper_1 (Results 1 – 7 of 7) sorted by relevance

/dports/databases/timescaledb/timescaledb-2.5.1/test/sql/include/
H A Dquery_query.sql8 :PREFIX SELECT * FROM hyper_1 ORDER BY "time" DESC limit 2;
13 …runc('minute', time) t, avg(series_0), min(series_1), avg(series_2) FROM hyper_1 GROUP BY t ORDER …
23 FROM hyper_1
44 CREATE INDEX "time_trunc" ON PUBLIC.hyper_1 (date_trunc('minute', time));
45 ANALYZE hyper_1;
50 CREATE INDEX "time_plain" ON PUBLIC.hyper_1 (time DESC, series_0);
51 ANALYZE hyper_1;
56 FROM hyper_1 GROUP BY t ORDER BY t DESC limit 2;
59 FROM hyper_1 GROUP BY t ORDER BY t DESC limit 2;
62 FROM hyper_1 GROUP BY t ORDER BY t DESC limit 2;
[all …]
H A Dquery_load.sql5 CREATE TABLE PUBLIC.hyper_1 ( table
12 CREATE INDEX "time_plain" ON PUBLIC.hyper_1 (time DESC, series_0);
15 INSERT INTO hyper_1 SELECT to_timestamp(ser), ser, ser+10000, sqrt(ser::numeric) FROM generate_seri…
16 INSERT INTO hyper_1 SELECT to_timestamp(ser), ser, ser+10000, sqrt(ser::numeric) FROM generate_seri…
89 ANALYZE hyper_1;
/dports/databases/timescaledb/timescaledb-2.5.1/test/expected/
H A Dquery.out17 CREATE TABLE PUBLIC.hyper_1 (
27 1 | public | hyper_1 | t
111 ANALYZE hyper_1;
130 -> Custom Scan (ChunkAppend) on hyper_1
131 Order: hyper_1."time" DESC
149 -> Custom Scan (ChunkAppend) on hyper_1
185 -> Custom Scan (ChunkAppend) on hyper_1
196 -> Custom Scan (ChunkAppend) on hyper_1
204 FROM hyper_1
248 ANALYZE hyper_1;
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/expected/
H A Ddist_query.out295 Output: hyper_1."time", hyper_1.device, (avg(hyper_1.temp))
587 Output: hyper_1."time", hyper_1.device, hyper_1.temp
622 Output: hyper_1."time", hyper_1.device, hyper_1.temp
658 Output: hyper_1."time", hyper_1.device, (avg(hyper_1.temp))
685 Output: hyper_1."time", hyper_1.device, (avg(hyper_1.temp))
717 Output: hyper_1."time", hyper_1.device, (avg(hyper_1.temp))
1273 Output: hyper_1."time", hyper_1.device, (avg(hyper_1.temp))
1606 Output: hyper_1."time", hyper_1.device, hyper_1.temp
1643 Output: hyper_1."time", hyper_1.device, (avg(hyper_1.temp))
1671 Output: hyper_1."time", hyper_1.device, (avg(hyper_1.temp))
[all …]
/dports/games/dungeon/dungeon-3.2_1/
H A DDSO7.C80 i__2 = findex_1.cphere * hyper_1.hfactr;
83 if (objcts_1.oroom[i - 1] == st * hyper_1.hfactr) {
H A DNOBJS.C714 i__2 = findex_1.lcell * hyper_1.hfactr;
717 if (objcts_1.oroom[i - 1] == findex_1.pnumb * hyper_1.hfactr) {
H A DVARS.H378 #define hyper_1 hyper_ macro