blob: c1f59e9de9d70d90af727301b575b9a241a8f3c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SELECT * FROM local_solomon.my_project WITH (
program = @@{}@@,
from = "2023-12-08T14:40:39Z",
to = "2023-12-08T14:45:39Z",
`downsampling.aggregation` = "AVG",
`downsampling.aggregation` = "COUNT",
`downsampling.aggregation` = "DEFAULT_AGGREGATION",
`downsampling.aggregation` = "LAST",
`downsampling.aggregation` = "MAX",
`downsampling.aggregation` = "MIN",
`downsampling.aggregation` = "SUM",
`downsampling.fill` = "NONE",
`downsampling.fill` = "NULL",
`downsampling.fill` = "PREVIOUS"
);
|