Alexey Milovidov
|
6043ea02de
|
Style #2913
|
2018-08-24 08:25:00 +03:00 |
|
Alexey Milovidov
|
1437e5cbe3
|
Fix style [#CLICKHOUSE-2]
|
2018-08-24 03:07:25 +03:00 |
|
Alexey Milovidov
|
7d76c3fd4f
|
Miscellaneous [#CLICKHOUSE-3765]
|
2018-08-21 07:31:35 +03:00 |
|
Alexey Milovidov
|
15c971a225
|
Decimal: fixed error [#CLICKHOUSE-3765]
|
2018-08-21 07:00:50 +03:00 |
|
Alexey Milovidov
|
be80ac893e
|
Whitespace [#CLICKHOUSE-3621]
|
2018-08-21 06:40:09 +03:00 |
|
zhang2014
|
3b0f0ac01e
|
ISSUES-2846 fix build failure with gcc 8.1
|
2018-08-15 11:51:03 +08:00 |
|
alexey-milovidov
|
c376b2d476
|
Merge pull request #2869 from yandex/low-cardinality-fixes
LowCardinality fixes
|
2018-08-14 22:36:19 +03:00 |
|
Nikolai Kochetov
|
f61fdf2076
|
Better const resolution for LowCardinality type. [#CLICKHOUSE-3621]
|
2018-08-14 20:19:40 +03:00 |
|
chertus
|
241b05c80a
|
merge master
|
2018-08-14 15:50:28 +03:00 |
|
alexey-milovidov
|
f538bd2113
|
Merge branch 'master' into decimal
|
2018-08-13 11:57:42 +03:00 |
|
chertus
|
01c8b1d7bb
|
decimal field extraction (from column or type)
|
2018-08-10 17:57:55 +03:00 |
|
Nikolai Kochetov
|
4a62ab9d5c
|
Merged with master.
|
2018-08-10 16:53:08 +03:00 |
|
Alexey Milovidov
|
36db216abf
|
Preparation for extra warnings [#CLICKHOUSE-2]
|
2018-08-10 07:02:56 +03:00 |
|
chertus
|
479166283e
|
DecField (in progress)
|
2018-08-09 19:32:01 +03:00 |
|
Nikolai Kochetov
|
4fd3d57e79
|
Less compiler warnings.
|
2018-08-09 13:52:54 +03:00 |
|
Nikolai Kochetov
|
79db5b261f
|
Less compiler warnings.
|
2018-08-09 13:52:46 +03:00 |
|
Nikolai Kochetov
|
f4d9d50168
|
Merged with master.
|
2018-08-08 15:01:18 +03:00 |
|
Nikolai Kochetov
|
e83268a7f4
|
Optimize mapUniqueIndex for ColumnWIthDictionary.
|
2018-08-07 21:12:04 +03:00 |
|
Nikolai Kochetov
|
01209533f7
|
Optimize reverse index for ColumnUnique.
|
2018-08-07 21:10:16 +03:00 |
|
Nikolai Kochetov
|
3f4348a88b
|
Use HashTableWithSavedHash for strings in ColumnUnique.
|
2018-08-07 21:09:55 +03:00 |
|
Nikolai Kochetov
|
a109d8f002
|
Disabled checks for index values in ColumnWithDictionary.
|
2018-08-07 21:09:49 +03:00 |
|
chertus
|
de68022fc5
|
rewrite Decimal with own data type
|
2018-08-07 16:57:28 +03:00 |
|
chertus
|
b9fd87eff7
|
Merge branch 'master' into decimal
|
2018-07-27 20:31:33 +03:00 |
|
chertus
|
c1c149d74b
|
decimal comparisons
|
2018-07-25 22:38:21 +03:00 |
|
chertus
|
5ec47b4a1c
|
decimal (in progress)
|
2018-07-20 22:05:07 +03:00 |
|
Nikolai Kochetov
|
df379afde4
|
Reserve memory for HashTable in ColumnUnique.
|
2018-07-20 19:16:33 +03:00 |
|
alexey-milovidov
|
c9dc058345
|
Update Collator.cpp
|
2018-07-20 18:49:47 +03:00 |
|
alesapin
|
fae9c33282
|
CLICKHOUSE-3791: Add system table collations
|
2018-07-20 16:17:16 +03:00 |
|
Nikolai Kochetov
|
bf26fda38d
|
Added canBeExecutedOnDefaultArguments into IFunction. Don't run function on defaults is this flag is true.
|
2018-07-20 13:19:07 +03:00 |
|
Nikolai Kochetov
|
9c763f8090
|
Make DatsTypeWithDictionary independent from index type.
|
2018-07-20 13:16:27 +03:00 |
|
Nikolai Kochetov
|
c542cb6314
|
Expanding indexes for ColumnUnique.
|
2018-07-20 13:15:55 +03:00 |
|
Nikolai Kochetov
|
bf3327da8b
|
Removed nullable column from ColumnUnique. Added IColumnUnique::getNestedNotNullableColumn().
|
2018-06-26 20:38:32 +03:00 |
|
Nikolai Kochetov
|
9f591b8d02
|
Merged with master.
|
2018-06-26 17:41:29 +03:00 |
|
Nikolai Kochetov
|
f191eb8ae9
|
Fix ColumnWithDictionary::getPremutation limit
|
2018-06-26 17:12:34 +03:00 |
|
Nikolai Kochetov
|
f56d16769b
|
Added pre and post serialization for IDataType BinaryBulkWithMultipleStreams. Supported dictionary serialization format with single global dictionary (limited wit max_dictionary_size) and additional keys which are stored per granule. Changed IDataType::enumerateStream interface. Added (de)serialization params for binary bulk with multiple stream (de)serialization. Changed IColumn::index interface.
|
2018-06-26 17:12:21 +03:00 |
|
Nikolai Kochetov
|
12bf5ef565
|
Added IColumn::convertToFullColumnIfWithDictionary; supported FilterDescription for ColumnWithDictionary
|
2018-06-26 17:12:15 +03:00 |
|
Nikolai Kochetov
|
96df20f6b5
|
Fixed ColumnUnique::compareAt implementation; deprecated several metods for IColumnUnique
|
2018-06-21 16:29:09 +03:00 |
|
Nikolai Kochetov
|
f88584d748
|
Added DeserializeBinaryBulkState which stores reading state for ColumnWithDictionary.
|
2018-06-21 16:28:53 +03:00 |
|
Alexey Milovidov
|
7f294007cb
|
Removed string size overestimation #2428
|
2018-06-13 03:51:23 +03:00 |
|
Alexey Milovidov
|
b9b89a5590
|
Less dependencies [#CLICKHOUSE-2]
|
2018-06-05 22:46:49 +03:00 |
|
Nikolai Kochetov
|
caa86bc59a
|
Fixed ColumnWithDictionary::serializeBinaryBulkWithMultipleStreams, added more comments.
|
2018-06-05 13:10:44 +03:00 |
|
Alexey Milovidov
|
f5adbceed2
|
Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2]
|
2018-06-03 23:39:06 +03:00 |
|
Alexey Milovidov
|
1c2b024c39
|
Non significant changes according to clang's -Weverything, part 2 [#CLICKHOUSE-2]
|
2018-06-03 20:43:56 +03:00 |
|
Alexey Milovidov
|
734cebdf09
|
Non significant changes according to clang's -Weverything, part 1 [#CLICKHOUSE-2]
|
2018-06-03 19:51:31 +03:00 |
|
Nikolai Kochetov
|
937cb2db29
|
Merged with master.
|
2018-05-21 14:38:50 +03:00 |
|
Alexey Zatelepin
|
d31b897ba7
|
validate mutation commands [#CLICKHOUSE-3688]
|
2018-05-16 05:46:15 +03:00 |
|
Alexey Milovidov
|
fb91bba279
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-05-16 03:34:56 +03:00 |
|
Alexey Milovidov
|
63625c0a30
|
Fixed code #2272
|
2018-05-06 14:33:03 +03:00 |
|
Alexey Milovidov
|
04d1c8c449
|
Fixed code #2272
|
2018-05-06 14:29:17 +03:00 |
|
Alexey Milovidov
|
53f03a4909
|
Merge branch 'llvm-jit' of https://github.com/pyos/ClickHouse into pyos-llvm-jit
|
2018-05-06 12:22:42 +03:00 |
|