achimbab
e8a435d2fb
Add base condition
2021-03-18 11:00:09 +09:00
achimbab
bf01eeb883
Fix a bug in sequenceNextNode
2021-03-11 16:44:02 +09:00
achimbab
1ec927e766
Fix special-build-failure and add argument validation
2021-03-11 12:48:24 +09:00
achimbab
34ccad75dc
Remove insertion_requires_nullable_column
2021-03-10 21:14:30 +09:00
achimbab
e41c731f0f
Change the behavior of sequenceNextNode.
2021-03-10 21:08:35 +09:00
vdimir
f32a388fed
Minor changes, add comments
2021-03-09 16:56:29 +03:00
vdimir
5808bf24e2
Fix strict weak ordering, return always lower string in sequenceNextNode
2021-03-09 16:40:32 +03:00
vdimir
07dc7e81e3
Remove MAX_EVENTS_SIZE from AggregateFunctionSequenceNextNode.h
2021-03-09 16:39:06 +03:00
achimbab
4965312849
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into HEAD
2021-03-07 22:53:42 +09:00
achimbab
a6c7ddbcdf
Fix comparator
2021-03-07 22:52:23 +09:00
philip.han
fad1a4ccb3
Fix comparator of sequenceNextNode for more deterministic sorting
2021-03-05 21:46:09 +09:00
Maksim Kita
7ed5900251
Updated style
2021-03-01 19:18:56 +03:00
Maksim Kita
019a2090c7
Fix unused variable
2021-03-01 19:18:14 +03:00
Maksim Kita
3764a2a2be
AggregateFunctionSumMap better comment message
2021-03-01 19:15:59 +03:00
achimbab
ee5d76a82b
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into HEAD
2021-02-27 18:33:13 +09:00
achimbab
66e9098e4e
Fix comparator of NodeString
2021-02-26 14:56:59 +09:00
achimbab
7dc4b6d58e
Add comments and fix AggregateFunctionSequenceNextNode
2021-02-25 19:31:20 +09:00
alexey-milovidov
89884797ab
Merge pull request #20879 from vitlibar/reservoir-sample-deterministic-ubsan-fix
...
Fix undefined-behavior in ReservoirSamplerDeterministic.h
2021-02-24 21:46:42 +03:00
vdimir
6f28b6c4a6
Minor changes in AggregateFunctionSequenceNextNode
2021-02-24 17:23:52 +03:00
vdimir
74f6ab798f
Add __restrict modifier to AggregateFunctionSequenceNextNode
2021-02-24 14:52:39 +03:00
alexey-milovidov
cb8cfdba77
Merge branch 'master' into fffix
2021-02-22 23:08:44 +03:00
alexey-milovidov
20a7ccf5b1
Merge pull request #20174 from amosbird/alias
...
Normalized function names (lower-case case-insensitive names)
2021-02-21 16:23:51 +03:00
alexey-milovidov
04f5b72391
Merge pull request #20995 from amosbird/ubsanfix2
...
Suppress signed overflow in AggregateFunctionGroupArrayMoving 2
2021-02-20 14:25:36 +03:00
Maksim Kita
c5643c47d0
Merge pull request #20970 from kitaisreal/function-sum-map-decimal-fix
...
Function sumMap decimal fix
2021-02-20 13:43:12 +03:00
Amos Bird
487fb09ff6
Suppress signed overflow in AggregateFunctionGroupArrayMoving 2
2021-02-20 14:11:01 +08:00
Maksim Kita
fc03c1013c
Fixed style check
2021-02-19 20:42:51 +03:00
Maksim Kita
0b5213c80d
Added comment
2021-02-19 19:49:19 +03:00
Maksim Kita
b84112a603
Function sumMap decimal fix
2021-02-19 19:25:50 +03:00
Vitaly Baranov
556dc81ab9
Fix undefined-behavior in ReservoirSamplerDeterministic.h
2021-02-18 16:32:01 +03:00
Amos Bird
77fd060665
Normalize function names
2021-02-18 20:20:28 +08:00
achimbab
717ba4364b
Merge remote-tracking branch 'origin/master' into HEAD
2021-02-18 21:20:02 +09:00
achimbab
3409aea6f6
Fix registerAggregateFunctions.cpp
2021-02-18 21:18:44 +09:00
achimbab
44fddb2c29
Add some comments
2021-02-18 20:36:29 +09:00
Anton Popov
dcba99f4b1
fix usage of 'distinct' combinator with 'state' combinator
2021-02-18 02:19:58 +03:00
alexey-milovidov
a0fbc0656b
Merge pull request #20206 from ClickHouse/tavplubix-patch-3
...
Suppress signed overflow in AggregateFunctionGroupArrayMoving
2021-02-14 03:32:16 +03:00
Alexander Kuzmenkov
716a3df6eb
Merge pull request #20337 from ClickHouse/aku/window-prototype
...
window function rank() and friends
2021-02-13 03:03:49 +03:00
Alexander Kuzmenkov
d8f9a8d3cd
first_value and last_value
2021-02-11 18:41:54 +03:00
Alexander Kuzmenkov
525400bc41
window function rank() and friends
2021-02-11 16:29:30 +03:00
Maksim Kita
86ff45c50e
Aggregate function deltaSum use restrict keyword
2021-02-10 19:19:48 +03:00
Maksim Kita
85396fc82e
Merge pull request #20057 from rf/rf/add-deltasum
...
Add `deltaSum` aggregate function, docs & test
2021-02-10 13:28:48 +03:00
Russ Frank
6b80ae6c4f
style fixes
2021-02-09 15:01:57 -05:00
Maksim Kita
a2560cecf4
Merge branch 'master' into fuse
2021-02-09 18:30:18 +03:00
Russ Frank
2cde36a155
dont allow col type to be decimal
2021-02-08 22:53:45 -05:00
Russ Frank
b297e0ef36
feedback: use references, dont support decimal, rearrange struct members
2021-02-08 22:51:03 -05:00
Russ Frank
746dc1ddae
Merge remote-tracking branch 'origin/master' into rf/add-deltasum
2021-02-08 15:35:16 -05:00
lehasm
363aefb42e
DOCSUP-3908: mannWitneyUTest, welchTTest and studentTTest documentation ( #19784 )
...
* studentTTest function description
* welchttest description, links in studentttest
* mannWhitneyUTest description
* Text changed slightly
* Text changed slightly
* Text changed slightly
* Text changed slightly
* - First header is first level.
- sample_index type set to UInt64.
- Return values renamed.
- mannWhitneyUTest:
- added continuity_correction parameter
- optional parameters wrapped in braces [ ]
- description refactored
- example SQL placed on single line
* Improved formulations (hopefully)
General data type names used (Integer, Float, Decimal)
Removed names from return values
* Fixes
* Optional parameters stated explicitly
* New line at the end of files
* Russian function description
* Files moved in the right folder
* Translated 'Original article' to russian
* Typos are fixed
* fixed alowed parameter value: "two sided" -> "two-sided"
* duplicate word "require" is removed from exception messages
* mannWhitneyUTest description changed
Added Tuple link in return values
"samples from two populations" added in short descriptions
* Russian translation updated
* fix
Co-authored-by: Alexey Smirnov <alexey-sm@yandex-team.ru>
2021-02-08 15:58:27 +03:00
tavplubix
2daa403201
Update AggregateFunctionGroupArrayMoving.h
2021-02-08 14:59:51 +03:00
Amos Bird
1b32292dd0
bitmap function for all native integers
2021-02-07 11:32:54 +08:00
Russ Frank
2f31eabc13
turn off ubsan for deltasum functions
2021-02-04 21:22:05 -05:00
Russ Frank
bcf5a70e4f
check arg type
2021-02-04 14:28:45 -05:00