Commit Graph

1112 Commits

Author SHA1 Message Date
Igor Markelov
1cc5b62c4b Add estimateCardinalityInPermutedRange for ColumnLowCardinality 2024-05-26 19:40:17 +00:00
Igor Markelov
47b347c96c Add estimateCardinalityInPermutedRange for ColumnNullable 2024-05-26 19:26:55 +00:00
Igor Markelov
9412b5debd Add estimateCardinalityInPermutedRange for ColumnVector 2024-05-26 19:23:17 +00:00
Igor Markelov
9202e46ff5 Add estimateCardinalityInPermutedRange for ColumnFixedString 2024-05-26 17:05:56 +00:00
Igor Markelov
11e4fbcf2c Change to .size() usage 2024-05-26 16:38:58 +00:00
Igor Markelov
3b6a2902fe Merge branch 'add-compression-sorts-optimization' of github.com:ElderlyPassionFruit/ClickHouse into add-compression-sorts-optimization 2024-05-26 15:36:36 +00:00
Robert Schulze
b909989e0f
Polish and document stuff 2024-05-26 15:10:26 +00:00
Igor Markelov
bd02ef23e3 Merge branch 'master' into add-compression-sorts-optimization 2024-05-26 14:45:54 +00:00
Michael Kolupaev
ee3e7f2fd0
Merge pull request #60361 from copperybean/gcmaster-parquet
A native parquet reader for primitive types
2024-05-24 04:50:12 +00:00
Igor Markelov
63d7a59bf8 Fix logical error 2024-05-22 20:50:11 +00:00
Igor Markelov
cac53af37c Fix style 2024-05-22 17:02:56 +00:00
Igor Markelov
904ed2fc8a Fix style 2024-05-22 16:49:36 +00:00
avogar
48cab9e9db Fix tests 2024-05-22 15:53:32 +00:00
Igor Markelov
be4f007e9d Refactor EqualRange 2024-05-22 15:38:50 +00:00
Igor Markelov
a9c07ca436 Remove sampling 2024-05-22 10:56:29 +00:00
ZhiHong Zhang
4b1c9adb3a
Merge branch 'ClickHouse:master' into gcmaster-parquet 2024-05-22 09:33:01 +08:00
avogar
9f71988f01 Fix tests 2024-05-21 17:44:40 +00:00
Igor Markelov
56786d49aa Merge branch 'master' into add-compression-sorts-optimization 2024-05-20 15:46:52 +00:00
Kruglov Pavel
ac54e754fe
Merge branch 'master' into dynamic-data-type 2024-05-20 13:49:14 +02:00
Alexey Milovidov
cde1b82ebd Print number tips in case of LowCardinality and Nullable 2024-05-18 06:42:59 +02:00
Igor Markelov
fc21500559 Fix estimate in ColumnString to common functions 2024-05-17 15:47:48 +00:00
Igor Markelov
1149fcd5c8 Fix incorrect chars array usage 2024-05-17 11:33:08 +00:00
Igor Markelov
753453ca6e Fix style 2024-05-17 11:33:08 +00:00
Igor Markelov
8db0ac7efa Add count unique for column string 2024-05-17 11:33:08 +00:00
Igor Markelov
c2aad9754e Fix style 2024-05-17 11:33:07 +00:00
Igor Markelov
865cb74c93 Fix style 2024-05-17 11:33:07 +00:00
Igor Markelov
16c49358a7 Add base functionality 2024-05-17 11:33:07 +00:00
avogar
f19615788b Fix special build 2024-05-15 22:37:33 +00:00
Kruglov Pavel
047dd03f43
Fix special build 2024-05-15 19:27:15 +02:00
Kruglov Pavel
413be14c43
Merge branch 'master' into dynamic-data-type 2024-05-15 13:43:04 +02:00
Raúl Marín
76f9eda99b
Merge pull request #63719 from Algunenano/better_ColumnString
Better asserts in ColumnString.h
2024-05-14 14:29:35 +00:00
Raúl Marín
68e76aefc1 Better asserts in ColumnString.h 2024-05-13 18:25:32 +02:00
Raúl Marín
c1a03eca6f Add missing explicit instantiations of ColumnUnique 2024-05-13 18:22:59 +02:00
avogar
4653ec618d Add more tests and documentation, fix existing tests and special build 2024-05-13 13:43:47 +00:00
copperybean
8fb89cec9f fix build
Change-Id: I57f025b17a04e2c5dded3f18e7f477841287a2c2
2024-05-11 15:45:06 +08:00
Alexey Milovidov
a1e6d1a6a9 Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci 2024-05-11 00:42:14 +02:00
Kruglov Pavel
6207f6f4a5
Merge branch 'master' into dynamic-data-type 2024-05-10 13:42:38 +02:00
avogar
e7c7eb159a Apply suggestions from the code review 2024-05-10 11:32:27 +00:00
Kruglov Pavel
fbf8dcb7fe
Apply suggestions from code review
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2024-05-10 11:55:24 +02:00
Alexey Milovidov
dd58af7d4f Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci 2024-05-10 07:17:39 +02:00
Alexey Milovidov
426a51b624 Useless changes 2024-05-10 04:53:29 +02:00
Michael Kolupaev
3de1fc674f Fix logical error in ColumnTuple::tryInsert() 2024-05-10 02:30:18 +00:00
Alexey Milovidov
1d69518c4d Useless changes 2024-05-09 02:07:04 +02:00
Michael Kolupaev
d14fc62d4d Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
avogar
c9b019d392 Mark ColumnDynamic constructor explicit 2024-04-30 18:46:38 +00:00
avogar
df92f42237 Fix tests, improve dynamic/variantElement functions, add more comments 2024-04-30 18:45:19 +00:00
avogar
1ccae23170 Fix alter modify column for dynamic columns, make check part work for dynamic columns, fix style errors and tests 2024-04-29 17:05:31 +00:00
avogar
0db76bf631 Add more tests and docs, fix collecting statistics, fix prefetching columns in wide parts 2024-04-26 18:52:49 +00:00
avogar
ff12caf2e9 Merge branch 'master' of github.com:ClickHouse/ClickHouse into dynamic-data-type 2024-04-26 11:08:04 +00:00
avogar
69a3aa7bcf Implement Dynamic data type 2024-04-26 11:02:33 +00:00