Anton Popov
|
45da56d802
|
support hash functions with Map type
|
2022-07-28 19:15:19 +00:00 |
|
Yakov Olkhovskiy
|
6d3a54a044
|
Merge pull request #36467 from olevino/wyhash
Wyhash
|
2022-05-11 09:57:09 -04:00 |
|
Anton Popov
|
9878cae3e8
|
allow to execute hash function with arguments of type Array(Tuple(..))
|
2022-04-29 18:50:42 +00:00 |
|
olevino999
|
465191b562
|
wyhash
|
2022-04-21 02:31:31 +03:00 |
|
olevino999
|
64989afa52
|
wyhash
|
2022-04-21 02:26:37 +03:00 |
|
Maksim Kita
|
47528de78b
|
Fix build
|
2022-04-04 14:07:05 +02:00 |
|
Azat Khuzhin
|
b23053d1f6
|
Remove USE_XXHASH (reduntant)
|
2022-01-20 10:02:02 +03:00 |
|
alexey-milovidov
|
b18e5fcfe4
|
Merge branch 'master' into issues_28774
|
2021-10-31 15:07:26 +03:00 |
|
Alexey Milovidov
|
8b4a6a2416
|
Remove cruft
|
2021-10-28 02:10:39 +03:00 |
|
zhangxiao871
|
e1c3f2dd48
|
RollBack murmurHash3_32 murmurHash3_64
|
2021-10-11 11:50:43 +08:00 |
|
nicelulu
|
7d74f26ce9
|
128bit hash-functions accepting arbitrary list of arguments
add sipHash128 return UInt128.
better test.
better combineHashes
better test
Fix build
|
2021-10-07 19:25:39 +08:00 |
|
Alexey Milovidov
|
fe6b7c77c7
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
|
Nikita Tikhomirov
|
37f76d60ff
|
Added MD4 and SHA384 functions. Refactoring the length of hashes in variables.
|
2021-10-01 04:19:50 +03:00 |
|
Mike Kot
|
bce011cb33
|
Replacing IsDecimalNumber
|
2021-09-11 00:40:18 +02:00 |
|
listar
|
fae6ae1c7b
|
1. add tests and fix a length bug.
|
2021-08-19 07:56:47 +00:00 |
|
listar
|
75f47725e2
|
1. add header of sha512 hash functions.
|
2021-08-19 02:57:20 +00:00 |
|
Pavel Kruglov
|
70b51133c1
|
Try to simplify code
|
2021-08-09 18:01:08 +03:00 |
|
Pavel Kruglov
|
0662df8b76
|
Fix performance with JIT, add arguments to function isSuitableForShortCircuitArgumentsExecution
|
2021-08-09 17:54:14 +03:00 |
|
Pavel Kruglov
|
e792fa588f
|
Mark all Functions as sutable or not for executing as short circuit arguments
|
2021-08-09 17:50:09 +03:00 |
|
kssenii
|
3ba2d114d5
|
Revert "Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32"
This reverts commit 94a210650f , reversing
changes made to 0893b9ff8e .
|
2021-07-15 11:41:52 +00:00 |
|
alexey-milovidov
|
9ba4064c86
|
Revert "Datatype Date32, support range 1925 to 2283"
|
2021-07-15 10:53:35 +03:00 |
|
NengLiu
|
dc0c65ef4f
|
Merge remote-tracking branch 'origin/master' into datatype-date32
|
2021-07-05 10:15:08 +08:00 |
|
Yuriy Chernyshov
|
9dcd37b94d
|
Enable MurmurHash in ArcadiaBuild
|
2021-06-24 12:04:40 +03:00 |
|
alexey-milovidov
|
6adf0955c2
|
Merge pull request #25400 from georgthegreat/murmurhash
Rename & reimport murmurhash sources from smhasher repo
|
2021-06-23 22:48:29 +03:00 |
|
Neng Liu
|
7ed1728a37
|
Merge branch 'master' into datatype-date32
# Conflicts:
# src/DataTypes/IDataType.h
# src/Functions/CustomWeekTransforms.h
|
2021-06-22 10:00:18 +08:00 |
|
Neng Liu
|
b6eab5fd2f
|
add datetype32 function support
|
2021-06-17 16:05:30 +08:00 |
|
Yuriy Chernyshov
|
2bb1c75fb5
|
Rename & reimport murmurhash sources from smhasher repo
|
2021-06-17 10:58:42 +03:00 |
|
Maksim Kita
|
67e9b85951
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
|
Nikolai Kochetov
|
dbaa6ffc62
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
|
Alexander Kuzmenkov
|
3f57fc085b
|
remove mutable context references from functions interface
Also remove it from some visitors.
|
2021-05-28 19:45:37 +03:00 |
|
Maksim Kita
|
d923d9e6ef
|
Function move file
|
2021-05-17 10:30:42 +03:00 |
|
Maksim Kita
|
947f28d430
|
IFunction refactoring
|
2021-05-15 20:33:15 +03:00 |
|
Alexey Milovidov
|
35e72067b5
|
Fix hashes of UUID
|
2021-05-06 01:20:49 +03:00 |
|
Alexey Milovidov
|
84fe2bfdf3
|
Return hashes of UUID
|
2021-05-04 14:53:29 +03:00 |
|
Ivan
|
495c6e03aa
|
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
|
2021-04-11 02:33:54 +03:00 |
|
Alexey Milovidov
|
5f13fdddc0
|
Remove useless code from BigInt
|
2021-01-26 21:22:40 +03:00 |
|
Ivan Lezhankin
|
f897f7c93f
|
Refactor IFunction to execute with const arguments
|
2020-11-17 16:24:45 +03:00 |
|
Jacob Hayes
|
2aa0362765
|
Add farmFingerprint64 function
|
2020-10-31 08:45:53 -04:00 |
|
Nikolai Kochetov
|
740fad66f3
|
Part 6.
|
2020-10-18 22:00:13 +03:00 |
|
Nikolai Kochetov
|
959424f28a
|
Rename block to columns.
|
2020-10-14 17:04:50 +03:00 |
|
Nikolai Kochetov
|
966b1d6cf5
|
Rename Block to ColumnsWithTypeAndName.
|
2020-10-14 16:09:11 +03:00 |
|
Nikolai Kochetov
|
3a17c2a7ac
|
Rename FunctionArguments to ColumnsWithTypeAndName
|
2020-10-11 22:20:20 +03:00 |
|
Nikolai Kochetov
|
d28325a353
|
Replace getByPosition to []
|
2020-10-10 21:24:57 +03:00 |
|
Nikolai Kochetov
|
a7fb2e38a5
|
Use ColumnWithTypeAndName as function argument instead of Block.
|
2020-10-09 10:41:28 +03:00 |
|
Artem Zuikov
|
d304d522cc
|
Refactoring: rename types to allow change bigint library (#14219)
|
2020-09-01 12:54:50 +03:00 |
|
Artem Zuikov
|
becc186c91
|
Add support for extended precision integers and decimals (#13097)
|
2020-08-19 14:52:17 +03:00 |
|
Alexey Milovidov
|
edd89a8610
|
Fix half of typos
|
2020-08-08 03:47:03 +03:00 |
|
Nikolai Kochetov
|
e4689ce302
|
Make IFunction::executeImpl const.
|
2020-07-21 16:58:07 +03:00 |
|
Alexey Milovidov
|
1462a66d1e
|
Fix typos
|
2020-06-27 22:05:00 +03:00 |
|
feng lv
|
fc75032b67
|
SHA256 add FixedString support
|
2020-06-23 13:35:35 +08:00 |
|