mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
394 lines
22 KiB
XML
394 lines
22 KiB
XML
<test>
|
|
<create_query>
|
|
CREATE TABLE IF NOT EXISTS interpret_table_01
|
|
(
|
|
`idColumnU64` UInt64,
|
|
`dateColumn` DateTime,
|
|
`aggCount` AggregateFunction(count),
|
|
`aggArgMaxFloat32_1` AggregateFunction(argMax, Float32, DateTime),
|
|
`aggArgMaxString` AggregateFunction(argMax, String, DateTime),
|
|
`aggArgMaxFloat32_2` AggregateFunction(argMax, Float32, DateTime),
|
|
`nDateTime_02_date` SimpleAggregateFunction(max, DateTime),
|
|
`nDateTime_02_date_292929292` SimpleAggregateFunction(max, DateTime),
|
|
`agg_topk_uint32` AggregateFunction(topKWeighted(2), UInt32, UInt32),
|
|
`agg_argmax_string_datetime_01` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_string_u8_01` AggregateFunction(argMax, UInt8, DateTime),
|
|
`agg_argmax_string_datetime_02` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_string_datetime_03` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_string_datetime_04` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_string_datetime_05` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_string_datetime_06` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_string_datetime_07` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_string_u8_02` AggregateFunction(argMax, UInt8, DateTime),
|
|
`agg_argmax_string_u8_03` AggregateFunction(argMax, UInt8, DateTime),
|
|
`agg_argmax_string_u8_04` AggregateFunction(argMax, UInt8, DateTime),
|
|
`agg_count_01` AggregateFunction(count),
|
|
`agg_count_02` AggregateFunction(count),
|
|
`agg_count_03` AggregateFunction(count),
|
|
`agg_count_04` AggregateFunction(count),
|
|
`agg_count_05` AggregateFunction(count),
|
|
`agg_count_06` AggregateFunction(count),
|
|
`agg_count_07` AggregateFunction(count),
|
|
`agg_count_08` AggregateFunction(count),
|
|
`agg_count_09` AggregateFunction(count),
|
|
`agg_count_10` AggregateFunction(count),
|
|
`agg_count_11` AggregateFunction(count),
|
|
`agg_count_12` AggregateFunction(count),
|
|
`agg_count_13` AggregateFunction(count),
|
|
`agg_count_14` AggregateFunction(count),
|
|
`agg_count_15` AggregateFunction(count),
|
|
`agg_count_16` AggregateFunction(count),
|
|
`agg_argmax_string_datetime_08` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_f32_datetime_01` AggregateFunction(argMax, Float32, DateTime),
|
|
`agg_argmax_string_datetime_09` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_f32_datetime_02` AggregateFunction(argMax, Float32, DateTime),
|
|
`agg_argmax_date_datetime_01` AggregateFunction(argMax, Date, DateTime),
|
|
`agg_argmax_date_datetime_02` AggregateFunction(argMax, Date, DateTime),
|
|
`agg_argmax_u8_other_01` AggregateFunction(argMax, UInt8, DateTime),
|
|
`agg_argmax_u8_other_02` AggregateFunction(argMax, UInt8, DateTime),
|
|
`agg_argmax_u8_other_03` AggregateFunction(argMax, UInt8, DateTime),
|
|
`agg_argmax_u8_other_04` AggregateFunction(argMax, UInt8, DateTime),
|
|
`agg_argmax_string_datetime_10` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_u8_other_05` AggregateFunction(argMax, UInt8, DateTime),
|
|
`agg_argmax_u8_other_06` AggregateFunction(argMax, UInt8, DateTime),
|
|
`agg_argmax_u8_other_07` AggregateFunction(argMax, UInt8, DateTime),
|
|
`agg_argmax_string_datetime_11` AggregateFunction(argMax, String, DateTime),
|
|
`other_max_datetime_01` SimpleAggregateFunction(max, DateTime),
|
|
`other_max_datetime_02` SimpleAggregateFunction(max, DateTime),
|
|
`nDateTime_03_date` SimpleAggregateFunction(max, DateTime),
|
|
`nDateTime_03_shown_date` SimpleAggregateFunction(max, DateTime),
|
|
`nDateTime_04_date` SimpleAggregateFunction(max, DateTime),
|
|
`nDateTime_04_shown_date` SimpleAggregateFunction(max, DateTime),
|
|
`aggCount_3` AggregateFunction(count),
|
|
`uniq_date_agg` AggregateFunction(uniq, Date),
|
|
`aggCount_4` AggregateFunction(count),
|
|
`agg_argmax_u128_datetime_01` AggregateFunction(argMax, UInt128, DateTime),
|
|
`topk_u128_01` AggregateFunction(topKWeighted(5), UInt128, UInt32),
|
|
`agg_argmax_string_datetime_12` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_string_datetime_13` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_string_datetime_14` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_string_datetime_15` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_u32_datetime_01` AggregateFunction(argMax, UInt32, DateTime),
|
|
`agg_argmax_string_datetime_16` AggregateFunction(argMax, String, DateTime),
|
|
`agg_argmax_string_u8_100` AggregateFunction(argMax, String, UInt8),
|
|
`agg_argmax_string_datetime_18` AggregateFunction(argMax, String, DateTime),
|
|
`other_max_datetime_05` SimpleAggregateFunction(max, DateTime),
|
|
`topk_Datetime_u32_u32` AggregateFunction(topKWeighted(5), UInt32, UInt32),
|
|
`agg_argmax_string_datetime_17` AggregateFunction(argMax, String, DateTime),
|
|
`other_max_datetime_09` SimpleAggregateFunction(max, DateTime),
|
|
`agg_count_17` AggregateFunction(count),
|
|
`agg_count_18` AggregateFunction(count),
|
|
`agg_count_19` AggregateFunction(count),
|
|
`agg_count_20` AggregateFunction(count)
|
|
)
|
|
ENGINE = AggregatingMergeTree()
|
|
PARTITION BY toYYYYMM(dateColumn)
|
|
ORDER BY idColumnU64
|
|
TTL dateColumn + toIntervalMonth(6)
|
|
SETTINGS index_granularity = 1024, ttl_only_drop_parts = 1, min_rows_for_wide_part = 1000000000;
|
|
</create_query>
|
|
<drop_query>DROP TABLE interpret_table_01</drop_query>
|
|
|
|
<create_query>
|
|
CREATE TABLE IF NOT EXISTS interpret_table_02
|
|
(
|
|
`idColumnU64` UInt64,
|
|
`dateColumn` DateTime,
|
|
`agg_uniq_u128_01` AggregateFunction(uniq, UInt128),
|
|
`agg_uniq_u128_02` AggregateFunction(uniq, UInt128),
|
|
`aggCount` AggregateFunction(count),
|
|
`agg_uniq_u128_03` AggregateFunction(uniq, UInt128),
|
|
`agg_uniq_u128_04` AggregateFunction(uniq, UInt128),
|
|
`aggCount_3` AggregateFunction(count),
|
|
`aggCount_4` AggregateFunction(count),
|
|
`agg_topk_01` AggregateFunction(topKWeighted(2), UInt128, UInt64)
|
|
)
|
|
ENGINE = AggregatingMergeTree()
|
|
PARTITION BY toYYYYMM(dateColumn)
|
|
ORDER BY idColumnU64
|
|
TTL dateColumn + toIntervalMonth(6)
|
|
SETTINGS index_granularity = 1024, ttl_only_drop_parts = 1;
|
|
</create_query>
|
|
<drop_query>DROP TABLE interpret_table_02</drop_query>
|
|
|
|
<create_query>
|
|
CREATE TABLE IF NOT EXISTS interpret_table_03
|
|
(
|
|
`idColumnU64` UInt64,
|
|
`dateColumn` Date,
|
|
`aggCount` AggregateFunction(count),
|
|
`aggCount_2` AggregateFunction(count),
|
|
`aggCount_2_shown` AggregateFunction(count),
|
|
`minDate` SimpleAggregateFunction(min, Date),
|
|
`maxDate` SimpleAggregateFunction(max, Date),
|
|
`maxInt16` SimpleAggregateFunction(max, Int16),
|
|
`minUInt16` SimpleAggregateFunction(min, UInt16),
|
|
`minUInt16_2` SimpleAggregateFunction(min, UInt16),
|
|
`aggCount_3` AggregateFunction(count),
|
|
`aggCount_4` AggregateFunction(count)
|
|
)
|
|
ENGINE = AggregatingMergeTree()
|
|
PARTITION BY toYYYYMM(dateColumn)
|
|
ORDER BY (idColumnU64, dateColumn)
|
|
TTL dateColumn + toIntervalDay(30)
|
|
SETTINGS index_granularity = 1024, ttl_only_drop_parts = 1;
|
|
</create_query>
|
|
<drop_query>DROP TABLE interpret_table_03</drop_query>
|
|
|
|
<create_query>
|
|
CREATE TABLE IF NOT EXISTS interpret_table_04
|
|
(
|
|
`idColumnU64` UInt64,
|
|
`dateColumn` DateTime,
|
|
`u128_id_02` UInt128,
|
|
`ls_01` LowCardinality(String),
|
|
`agg_count_01` AggregateFunction(count),
|
|
`agg_count_02` AggregateFunction(count),
|
|
`agg_smax_datetime_01` SimpleAggregateFunction(max, DateTime),
|
|
`agg_smax_datetime_02` SimpleAggregateFunction(max, DateTime),
|
|
`agg_count_03` AggregateFunction(count),
|
|
`agg_count_04` AggregateFunction(count)
|
|
)
|
|
ENGINE = AggregatingMergeTree()
|
|
PARTITION BY toYYYYMM(dateColumn)
|
|
ORDER BY (idColumnU64, u128_id_02, ls_01)
|
|
TTL dateColumn + toIntervalMonth(6)
|
|
SETTINGS index_granularity = 1024, ttl_only_drop_parts = 1;
|
|
</create_query>
|
|
<drop_query>DROP TABLE interpret_table_04</drop_query>
|
|
|
|
<create_query>
|
|
CREATE TABLE IF NOT EXISTS interpret_table_05
|
|
(
|
|
`idColumnU64` UInt64,
|
|
`dateColumn` Date,
|
|
`agg_uniq_u128_01` AggregateFunction(uniq, UInt128),
|
|
`agg_uniq_u128_02` AggregateFunction(uniq, UInt128),
|
|
`agg_uniq_u128_03` AggregateFunction(uniq, UInt128),
|
|
`agg_uniq_u128_04` AggregateFunction(uniq, UInt128),
|
|
`aggCount_3` AggregateFunction(count),
|
|
`aggCount_4` AggregateFunction(count),
|
|
`aggCount` AggregateFunction(count)
|
|
)
|
|
ENGINE = AggregatingMergeTree()
|
|
PARTITION BY toYYYYMM(dateColumn)
|
|
ORDER BY (idColumnU64, dateColumn)
|
|
TTL dateColumn + toIntervalDay(30)
|
|
SETTINGS index_granularity = 1024, ttl_only_drop_parts = 1;
|
|
</create_query>
|
|
<drop_query>DROP TABLE interpret_table_05</drop_query>
|
|
|
|
<create_query>
|
|
CREATE TABLE IF NOT EXISTS interpret_table_06
|
|
(
|
|
`idColumnU64` UInt64,
|
|
`dateColumn` DateTime,
|
|
`aggCount_3` AggregateFunction(count),
|
|
`aggCount` AggregateFunction(count),
|
|
`sagg_max_date` SimpleAggregateFunction(max, DateTime)
|
|
)
|
|
ENGINE = AggregatingMergeTree()
|
|
PARTITION BY toYYYYMM(dateColumn)
|
|
ORDER BY idColumnU64
|
|
TTL dateColumn + toIntervalMonth(6)
|
|
SETTINGS index_granularity = 1024, ttl_only_drop_parts = 1;
|
|
</create_query>
|
|
<drop_query>DROP TABLE interpret_table_06</drop_query>
|
|
|
|
<create_query>
|
|
CREATE TABLE IF NOT EXISTS interpret_table_07
|
|
(
|
|
`idU128` UInt128,
|
|
`idU128_2` UInt128,
|
|
`idU128_3` UInt128,
|
|
`nI16` Nullable(Int16) DEFAULT CAST(NULL, 'Nullable(Int16)'),
|
|
`idColumnI64` Nullable(Int64) DEFAULT CAST(NULL, 'Nullable(Int64)'),
|
|
`nStr` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nStr_2` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nI16_02` Nullable(Int16) DEFAULT CAST(NULL, 'Nullable(Int16)'),
|
|
`nStr_3` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nStr_4` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nStr_5` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nI8_01` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nI8_02` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nI8_03` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nI8_04` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nI8_05` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nI8_06` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nDate_01` Nullable(Date) DEFAULT CAST(NULL, 'Nullable(Date)'),
|
|
`nStr_6` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nStr_7` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nStr_8` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nStr_9` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nStr_10` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nStr_11` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nI8_07` Nullable(UInt8) DEFAULT CAST(NULL, 'Nullable(UInt8)'),
|
|
`nI8_08` Nullable(UInt8) DEFAULT CAST(NULL, 'Nullable(UInt8)'),
|
|
`Str_01` String,
|
|
`nI32_01` Nullable(Int32) DEFAULT CAST(NULL, 'Nullable(Int32)'),
|
|
`nI8_19` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nI8_09` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nI8_10` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nI8_11` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nI8_12` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nI8_13` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nI8_14` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nStr_12` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nStr_13` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nI8_15` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nI8_16` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nDateTime_01` Nullable(DateTime) DEFAULT CAST(NULL, 'Nullable(DateTime)'),
|
|
`nDateTime_02` Nullable(DateTime) DEFAULT CAST(NULL, 'Nullable(DateTime)'),
|
|
`nDateTime_03` Nullable(DateTime) DEFAULT CAST(NULL, 'Nullable(DateTime)'),
|
|
`nDateTime_04` Nullable(DateTime) DEFAULT CAST(NULL, 'Nullable(DateTime)'),
|
|
`nDateTime_05` Nullable(DateTime) DEFAULT CAST(NULL, 'Nullable(DateTime)'),
|
|
`nDateTime_06` Nullable(DateTime) DEFAULT CAST(NULL, 'Nullable(DateTime)'),
|
|
`nDateTime_07` Nullable(DateTime) DEFAULT CAST(NULL, 'Nullable(DateTime)'),
|
|
`nDateTime_08` Nullable(DateTime) DEFAULT CAST(NULL, 'Nullable(DateTime)'),
|
|
`nDateTime_09` Nullable(DateTime) DEFAULT CAST(NULL, 'Nullable(DateTime)'),
|
|
`nDateTime_10` Nullable(DateTime) DEFAULT CAST(NULL, 'Nullable(DateTime)'),
|
|
`nDateTime_11` Nullable(DateTime) DEFAULT CAST(NULL, 'Nullable(DateTime)'),
|
|
`nDateTime_12` Nullable(DateTime) DEFAULT CAST(NULL, 'Nullable(DateTime)'),
|
|
`nF64_01` Nullable(Float64) DEFAULT CAST(NULL, 'Nullable(Float64)'),
|
|
`nStr_14` Nullable(String) DEFAULT CAST(NULL, 'Nullable(String)'),
|
|
`nDate_02` Nullable(Date) DEFAULT CAST(NULL, 'Nullable(Date)'),
|
|
`nDateTime_13` Nullable(DateTime) DEFAULT CAST(NULL, 'Nullable(DateTime)'),
|
|
`nF64_02` Nullable(Float64) DEFAULT CAST(NULL, 'Nullable(Float64)'),
|
|
`nF64_03` Nullable(Float64) DEFAULT CAST(NULL, 'Nullable(Float64)'),
|
|
`nF64_04` Nullable(Float64) DEFAULT CAST(NULL, 'Nullable(Float64)'),
|
|
`nF64_05` Nullable(Float64) DEFAULT CAST(NULL, 'Nullable(Float64)'),
|
|
`nI8_18` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)'),
|
|
`nI8_17` Nullable(Int8) DEFAULT CAST(NULL, 'Nullable(Int8)')
|
|
)
|
|
ENGINE = Join(ANY, LEFT, idU128);
|
|
</create_query>
|
|
<drop_query>DROP TABLE interpret_table_07</drop_query>
|
|
|
|
<create_query>
|
|
CREATE TABLE IF NOT EXISTS interpret_table_08
|
|
(
|
|
`idColumnU64` UInt64,
|
|
`dateColumn` Date,
|
|
`aggCount_3` AggregateFunction(count),
|
|
`aggCount_4` AggregateFunction(count)
|
|
)
|
|
ENGINE = AggregatingMergeTree()
|
|
PARTITION BY toYYYYMM(dateColumn)
|
|
ORDER BY (idColumnU64, dateColumn)
|
|
TTL dateColumn + toIntervalDay(30)
|
|
SETTINGS index_granularity = 1024, ttl_only_drop_parts = 1;
|
|
</create_query>
|
|
<drop_query>DROP TABLE interpret_table_08</drop_query>
|
|
|
|
|
|
<query>
|
|
SELECT *
|
|
FROM
|
|
(
|
|
SELECT
|
|
cityHash64('0321352416546546546546546546546', lower('BU'), lower('random2'), toUInt128(toUInt128('1015029'))) AS idColumnU64,
|
|
*
|
|
FROM
|
|
(
|
|
SELECT
|
|
if(max(nDateTime_02_date_292929292) > '2020-10-31 00:00:00', max(nDateTime_02_date_292929292), NULL) AS o1,
|
|
if(max(other_max_datetime_05) > '2020-10-31 00:00:00', max(other_max_datetime_05), NULL) AS o2,
|
|
if(max(nDateTime_03_date) > '2020-10-31 00:00:00', max(nDateTime_03_date), NULL) AS o3,
|
|
if(max(nDateTime_04_date) > '2020-10-31 00:00:00', max(nDateTime_04_date), NULL) AS o4,
|
|
if(max(nDateTime_02_date) > '2020-10-31 00:00:00', max(nDateTime_02_date), NULL) AS o5,
|
|
if(max(other_max_datetime_01) > '2020-10-31 00:00:00', max(other_max_datetime_01), NULL) AS o6,
|
|
if(max(other_max_datetime_02) > '2020-10-31 00:00:00', max(other_max_datetime_02), NULL) AS o7,
|
|
argMaxMerge(agg_argmax_string_datetime_13) AS o8,
|
|
argMaxMerge(agg_argmax_string_datetime_05) AS o9,
|
|
argMaxMerge(agg_argmax_string_datetime_06) AS o10,
|
|
argMaxMerge(agg_argmax_string_datetime_02) AS o11,
|
|
argMaxMerge(agg_argmax_string_datetime_04) AS o12,
|
|
argMaxMerge(agg_argmax_string_datetime_15) AS o13,
|
|
argMaxMerge(agg_argmax_string_datetime_01) AS o14,
|
|
argMaxMerge(agg_argmax_string_u8_01) AS o15,
|
|
argMaxMerge(agg_argmax_f32_datetime_02) AS o16,
|
|
if(argMaxMerge(agg_argmax_string_datetime_09) != '', argMaxMerge(agg_argmax_string_datetime_09), NULL) AS o17,
|
|
if(argMaxMerge(agg_argmax_date_datetime_01) > '2020-10-31', argMaxMerge(agg_argmax_date_datetime_01), NULL) AS o18,
|
|
if(argMaxMerge(agg_argmax_date_datetime_02) > '2020-10-31', argMaxMerge(agg_argmax_date_datetime_02), NULL) AS o19,
|
|
argMaxMerge(agg_argmax_u8_other_02) AS o20,
|
|
argMaxMerge(agg_argmax_u8_other_03) AS o21,
|
|
argMaxMerge(agg_argmax_u8_other_04) AS o22,
|
|
argMaxMerge(agg_argmax_u8_other_01) AS o23,
|
|
argMaxMerge(agg_argmax_string_datetime_10) AS o24,
|
|
argMaxMerge(agg_argmax_string_datetime_11) AS o25,
|
|
countMerge(aggCount_3) AS o26,
|
|
countMerge(aggCount_4) AS o27
|
|
FROM interpret_table_01 AS c
|
|
PREWHERE cityHash64('0321352416546546546546546546546', lower('BU'), lower('random2'), toUInt128(toUInt128('1015029'))) = c.idColumnU64
|
|
) AS s01,
|
|
(
|
|
WITH (
|
|
SELECT coalesce(if((topKWeightedMerge(2)(agg_topk_01)[1]) != toUInt128(toUInt128('1015029')), topKWeightedMerge(2)(agg_topk_01)[1], topKWeightedMerge(2)(agg_topk_01)[2]), 0)
|
|
FROM interpret_table_02 AS c
|
|
PREWHERE cityHash64('0321352416546546546546546546546', lower('BU'), lower('random2')) = c.idColumnU64
|
|
) AS other_idU128
|
|
SELECT
|
|
if(max(other_max_datetime_05) > '2020-10-31 00:00:00', max(other_max_datetime_05), NULL) AS o28,
|
|
if(max(other_max_datetime_01) > '2020-10-31 00:00:00', max(other_max_datetime_01), NULL) AS o29,
|
|
if(max(nDateTime_02_date) > '2020-10-31 00:00:00', max(nDateTime_02_date), NULL) AS o30,
|
|
other_idU128
|
|
FROM interpret_table_01 AS c
|
|
PREWHERE cityHash64('0321352416546546546546546546546', lower('BU'), lower('random2'), toUInt128(other_idU128)) = c.idColumnU64
|
|
) AS s02,
|
|
(
|
|
SELECT
|
|
minIf(minDate, dateColumn > (now() - toIntervalDay(7))) AS o31,
|
|
maxIf(maxDate, dateColumn > (now() - toIntervalDay(7))) AS o32,
|
|
maxIf(maxInt16, dateColumn > (now() - toIntervalDay(28))) AS o33,
|
|
countMergeIf(aggCount_3, dateColumn > (now() - toIntervalHour(24))) AS o34,
|
|
countMergeIf(aggCount_3, dateColumn > (now() - toIntervalDay(14))) AS o35,
|
|
countMergeIf(aggCount_3, dateColumn > (now() - toIntervalDay(28))) AS o36,
|
|
countMergeIf(aggCount_4, dateColumn > (now() - toIntervalHour(24))) AS o37,
|
|
countMergeIf(aggCount_4, dateColumn > (now() - toIntervalDay(7))) AS o38,
|
|
countMergeIf(aggCount_4, dateColumn > (now() - toIntervalDay(28))) AS o27_month,
|
|
countMergeIf(aggCount_2_shown, dateColumn > (now() - toIntervalDay(14))) AS o40
|
|
FROM interpret_table_03 AS c
|
|
PREWHERE cityHash64('0321352416546546546546546546546', lower('BU'), lower('random2'), toUInt128(toUInt128('1015029'))) = c.idColumnU64
|
|
) AS s03,
|
|
(
|
|
SELECT
|
|
countMerge(agg_count_03) AS o41,
|
|
countMerge(agg_count_04) AS o42
|
|
FROM interpret_table_04 AS c
|
|
PREWHERE (cityHash64('0321352416546546546546546546546', lower('BU'), lower('random2'), toUInt128(toUInt128('1015029'))) = c.idColumnU64) AND (ls_01 = 'exit')
|
|
) AS s04,
|
|
(
|
|
SELECT
|
|
countMerge(aggCount_3) AS o43,
|
|
countMerge(aggCount_4) AS o44,
|
|
countMerge(aggCount) AS o45
|
|
FROM interpret_table_02 AS c
|
|
PREWHERE cityHash64('0321352416546546546546546546546', lower('BU'), lower('random2')) = c.idColumnU64
|
|
) AS s05,
|
|
(
|
|
SELECT
|
|
countMergeIf(aggCount_3, dateColumn > (now() - toIntervalDay(14))) AS o46,
|
|
uniqMergeIf(agg_uniq_u128_03, dateColumn > (now() - toIntervalHour(24))) AS o47,
|
|
uniqMergeIf(agg_uniq_u128_03, dateColumn > (now() - toIntervalDay(14))) AS o48,
|
|
countMergeIf(aggCount_4, dateColumn > (now() - toIntervalDay(14))) AS o49,
|
|
countMergeIf(aggCount_4, dateColumn > (now() - toIntervalDay(28))) AS o50
|
|
FROM interpret_table_05 AS c
|
|
PREWHERE cityHash64('0321352416546546546546546546546', lower('BU'), lower('random2')) = c.idColumnU64
|
|
) AS s06,
|
|
(
|
|
SELECT countMerge(aggCount_3) AS o51
|
|
FROM interpret_table_06 AS c
|
|
PREWHERE cityHash64('0321352416546546546546546546546', lower('BU'), lower('random2'), toUInt128(joinGet(interpret_table_07, 'idColumnI64', toUInt128('1015029')))) = c.idColumnU64
|
|
) AS s07,
|
|
(
|
|
SELECT
|
|
countMergeIf(aggCount_3, dateColumn > (now() - toIntervalDay(28))) AS s52,
|
|
countMergeIf(aggCount_4, dateColumn > (now() - toIntervalDay(28))) AS s53
|
|
FROM interpret_table_08 AS c
|
|
PREWHERE cityHash64('0321352416546546546546546546546', lower('BU'), lower('random2'), toUInt128(joinGet(interpret_table_07, 'idColumnI64', toUInt128('1015029')))) = c.idColumnU64
|
|
) AS s08
|
|
) AS final_s01
|
|
FORMAT JSONEachRow;
|
|
</query>
|
|
</test>
|