提交 efba7fe1 编写于 作者: N Nikita Mikhaylov

better

上级 467b8c63
......@@ -25,27 +25,27 @@ insert into test_01054.ints values (18, 18, 18, 18, 18, 18, 18, 18, 18);
insert into test_01054.ints values (19, 19, 19, 19, 19, 19, 19, 19, 19);
insert into test_01054.ints values (20, 20, 20, 20, 20, 20, 20, 20, 20);
--select
--dictGet('one_cell_cache_ints', 'i8', toUInt64(1)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(2)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(3)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(4)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(5)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(6)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(7)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(8)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(9)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(10)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(11)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(12)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(13)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(14)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(15)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(16)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(17)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(18)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(19)),
--dictGet('one_cell_cache_ints', 'i8', toUInt64(20));
select
dictGet('one_cell_cache_ints', 'i8', toUInt64(1)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(2)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(3)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(4)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(5)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(6)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(7)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(8)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(9)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(10)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(11)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(12)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(13)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(14)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(15)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(16)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(17)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(18)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(19)),
dictGet('one_cell_cache_ints', 'i8', toUInt64(20));
SELECT arrayMap(x -> dictGet('one_cell_cache_ints', 'i8', toUInt64(x)), array)
FROM
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册