alexey-milovidov
e0b6019878
Merge pull request #9014 from amosbird/joingetfix2
...
Fix joinGet with nullable return types.
2020-02-17 06:59:40 +03:00
Amos Bird
0dee987831
Fix joinGet with nullable return types.
2020-02-17 07:32:32 +08:00
alexey-milovidov
355ff00c2e
Revert "Build fixes"
2020-02-16 11:48:01 +03:00
alexey-milovidov
76f09ec883
Merge pull request #9052 from oandrew/reinterpret-fixedstring-bugfix
...
Use correct implementation for reinterpretAsFixedString
2020-02-16 06:11:13 +03:00
alexey-milovidov
f836987f31
Merge pull request #9041 from proller/fix27
...
Build fixes
2020-02-15 02:51:18 +03:00
alexey-milovidov
4d0d32da23
Merge pull request #9091 from PerformanceVision/bit_on_bitset
...
Implement bit operations for FixedString datatype for doing bits operation on a bitset
2020-02-15 02:43:29 +03:00
proller
cf39e9d64a
Merge remote-tracking branch 'upstream/master' into fix27
2020-02-14 21:28:09 +03:00
Guillaume Tassery
59ed5f65b5
Add bitNot function
2020-02-14 09:17:32 +01:00
Guillaume Tassery
ecbeba0f9e
Set allow_fixed_string on operation instead of function generation
2020-02-14 08:11:37 +01:00
Guillaume Tassery
bad9848f2a
use maybe_unused instead
2020-02-14 04:49:02 +01:00
alexey-milovidov
7aeb900922
Merge pull request #8436 from achulkov2/polygon-dict-basic-interface-improvements
...
[WIP] Basic interface for polygon dictionaries
2020-02-13 21:05:42 +03:00
Guillaume Tassery
d5b6b580c3
make happy gcc-9
2020-02-13 13:23:31 +01:00
Guillaume Tassery
4ea8cfb1e1
cosmetic
2020-02-12 12:45:31 +01:00
proller
4c3b8649e3
Merge remote-tracking branch 'upstream/master' into fix27
2020-02-12 13:59:14 +03:00
Guillaume Tassery
b9954f6785
Merge branch 'master' of github.com:ClickHouse/ClickHouse into bit_on_bitset
2020-02-12 11:35:07 +01:00
Guillaume Tassery
e5b048ab51
Can use bit(And|Or|Xor) using a bitset set as a FixedString
2020-02-12 11:33:43 +01:00
Artem Zuikov
bd6d9a427b
Some InterpreterSelectQuery refactoring ( #9035 )
...
move ExpressionActionsChain logic out of InterpreterSelectQuery
2020-02-10 18:50:12 +03:00
Andrew Onyshchuk
9d35b8b6ea
Use correct implementation for reinterpretAsFixedString
2020-02-08 19:23:09 -06:00
proller
d69785915e
Merge remote-tracking branch 'upstream/master' into fix27
2020-02-06 17:19:30 +03:00
Alexander Kuzmenkov
64bcb78812
use proper length
2020-02-05 13:24:24 +03:00
Alexander Kuzmenkov
7b898ec871
style
2020-02-04 16:31:15 +03:00
Alexander Kuzmenkov
cbcb7895e4
Avoid extra copying when demangling names.
2020-02-03 22:51:26 +03:00
proller
bce3ec2a29
Revert "Revert "Build fixes""
...
This reverts commit 9e0b40bf09
.
2020-02-03 19:46:17 +03:00
alexey-milovidov
e24926d16e
Merge pull request #8952 from azat/getSerializedSize
...
Add blockSerializedSize() function (size on disk without compression)
2020-02-03 15:46:26 +03:00
Azat Khuzhin
e89ceae61a
Add blockSerializedSize() function (size on disk without compression)
...
Sometimes it is useful to know how much does this data will take on
disk, with blockSerializedSize() you can know this (although without
compression).
This can be a major knowledge for various aggregation functions that
tracking some state (i.e. uniqCombined).
2020-02-03 11:26:40 +03:00
alexey-milovidov
9e0b40bf09
Revert "Build fixes"
2020-02-02 23:21:49 +03:00
Alexey Milovidov
fc17853c5a
Added missing range check to function h3HexAreaM2 #8938
2020-02-02 23:13:06 +03:00
alexey-milovidov
d213f5beae
Update h3EdgeLengthM.cpp
2020-02-02 19:22:59 +03:00
proller
96cfd0b6c2
Merge remote-tracking branch 'upstream/master' into fix27
2020-02-02 14:55:15 +03:00
alexey-milovidov
185d11ad72
Merge pull request #8938 from nmandery/h3-hierarchy-master
...
implement more functions of the H3 library
2020-02-02 03:41:01 +03:00
alexey-milovidov
eeacc97d2f
Merge pull request #8852 from vitlibar/RBAC-4
...
RBAC-4
2020-02-02 03:35:31 +03:00
Alexey Milovidov
b6761d31f3
Added range check to function h3EdgeLengthM
2020-01-31 23:16:46 +03:00
Nico Mandery
23c9902433
h3 hierarchical functions and string conversion
2020-01-31 18:49:17 +01:00
Vitaly Baranov
10c912dab2
Rewrite the User class to be controlled by AccessControlManager.
2020-01-31 20:27:32 +03:00
Vitaly Baranov
2aa58193c8
Check access rights via new interface.
2020-01-31 20:27:28 +03:00
Andrei Chulkov
d2e4f4e778
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into polygon-dict-basic-interface-improvements
2020-01-28 15:06:36 +03:00
alexey-milovidov
581b20748e
Trigger CI
2020-01-26 21:55:12 +03:00
proller
f4c23c2f4f
Merge remote-tracking branch 'upstream/master' into fix27
2020-01-22 22:30:47 +03:00
alexey-milovidov
5e7f80c664
Merge pull request #8760 from kreuzerkrieg/GCCSuggestOverride
...
Add GCC warning to suggest virtual function override
2020-01-21 22:12:26 +03:00
kreuzerkrieg
a256741cf9
Add GCC warning to suggest virtual function override
2020-01-21 13:10:32 +02:00
proller
d84fb03b75
Merge remote-tracking branch 'upstream/master' into fix27
2020-01-21 00:49:26 +03:00
proller
a5eb48de7b
Fix H3_INCLUDE_DIR find
2020-01-20 20:48:06 +03:00
proller
4bb2d513f3
Fix H3_INCLUDE_DIR find
2020-01-20 20:41:58 +03:00
ikopylov
f5f36f0199
bitCount performance: special handling for Int16 and Int8
2020-01-20 19:36:03 +03:00
alexey-milovidov
9e1ab408f6
Merge pull request #8728 from Akazz/fixing_ternary_logic_for_batches
...
A followup to #8718 : Simpler and faster code in logical functions
2020-01-19 16:22:30 +03:00
alexey-milovidov
9fa877341b
Merge pull request #8719 from ClickHouse/bitCount-improve-performance
...
Reasonable performance for function bitCount
2020-01-19 15:23:32 +03:00
Alexander Kazakov
bffd66fcba
More effective code + some cleanup
2020-01-19 09:22:01 +03:00
Alexander Kazakov
3b6499cce9
Made code in OperationApplier more generic
2020-01-19 09:07:30 +03:00
Alexey Milovidov
28ad3b46da
Reasonable performance for function bitCount
2020-01-19 00:59:07 +03:00
Alexander Kazakov
be091a5133
Tiny optimization
2020-01-19 00:03:45 +03:00