Nikolay Degterinsky
|
345ac59f46
|
Merge pull request #29552 from MaxWk/conversion-between-date32-and-datetime64
Support conversion between date32 and datetime64
|
2021-10-04 12:43:56 +03:00 |
|
alexey-milovidov
|
ac57e057a1
|
Merge pull request #23028 from ClickHouse/cast_to_value_or_default
Merging #21330
|
2021-10-03 11:00:48 +03:00 |
|
Maksim Kita
|
c2407fee06
|
Fixed tests
|
2021-09-30 14:35:24 +03:00 |
|
MaxWk
|
3cbabe2c68
|
support conversion between date32 and datetime64
|
2021-09-30 15:09:36 +08:00 |
|
Mike Kot
|
61e0c6208b
|
Making Monotonicity an aggregate to use with designated initializers
|
2021-09-29 18:01:26 +02:00 |
|
Mike Kot
|
bce011cb33
|
Replacing IsDecimalNumber
|
2021-09-11 00:40:18 +02:00 |
|
Mike Kot
|
c4385a2c40
|
Simplifying exception messages
|
2021-09-11 00:40:18 +02:00 |
|
alexey-milovidov
|
eb3bbdfab5
|
Merge pull request #27680 from ClickHouse/decimal-no-trailing-zeros
Remove trailing zeros from Decimal serialization #15794
|
2021-08-18 05:24:13 +03:00 |
|
Pavel Kruglov
|
7c98fc11b9
|
Fix performance, make only one setting
|
2021-08-16 14:30:56 +03:00 |
|
Alexey Milovidov
|
8adaef7c8e
|
Make text format for Decimal tuneable
|
2021-08-16 11:03:23 +03:00 |
|
mergify[bot]
|
319e5af6eb
|
Merge branch 'master' into short-circuit
|
2021-08-13 13:01:46 +00:00 |
|
kssenii
|
dcc6f597dc
|
Move templates from FunctionsConvertion
|
2021-08-11 19:09:51 +00:00 |
|
kssenii
|
7555fc19fd
|
Revert "Move some templates"
This reverts commit 7f247becca .
|
2021-08-11 18:49:25 +00:00 |
|
kssenii
|
7f247becca
|
Move some templates
|
2021-08-11 07:32:46 +00:00 |
|
Pavel Kruglov
|
1fa8901cdb
|
Mark functions conversion as suitable for short-circuit
|
2021-08-09 18:02:09 +03:00 |
|
Pavel Kruglov
|
70b51133c1
|
Try to simplify code
|
2021-08-09 18:01:08 +03:00 |
|
Pavel Kruglov
|
bff79d7774
|
Fix special build
|
2021-08-09 17:57:50 +03:00 |
|
Pavel Kruglov
|
a95d45a157
|
Some clean up
|
2021-08-09 17:57:02 +03:00 |
|
Pavel Kruglov
|
3ec2ab6156
|
Avoid using expand, fix bugs, add tests and comments
|
2021-08-09 17:54:49 +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
|
01b4bd3f91
|
Fix some more tests
|
2021-08-07 14:28:12 +00:00 |
|
kssenii
|
ec9e82fb0c
|
Fix some tests
|
2021-08-07 10:12:59 +00:00 |
|
kssenii
|
9ca422f0c5
|
Introduce CAST for internal usage
|
2021-08-07 09:03:10 +00:00 |
|
kssenii
|
9cb10aae3c
|
Some fixes
|
2021-07-18 03:43:08 +00: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 |
|
Vladimir
|
c6177bd0cc
|
Merge pull request #26123 from vdimir/issue-25806-null-enum-to-str
|
2021-07-14 10:22:37 +03:00 |
|
vdimir
|
a01f8c147d
|
Move check of null_map outside of loop in ConvertImpl::execute for toString
|
2021-07-13 09:52:31 +03:00 |
|
vdimir
|
c938a53e88
|
Fixes for FunctionConversion implementation for nulls
|
2021-07-13 09:48:05 +03:00 |
|
vdimir
|
b4c6a17eb2
|
Add ReturnType template parameter to FormatImpl::execute
|
2021-07-13 09:48:05 +03:00 |
|
vdimir
|
32b174403e
|
Nullable in ConvertImplGenericToString
|
2021-07-13 09:48:04 +03:00 |
|
vdimir
|
3a0a456549
|
Do not try catch in ConvertImpl::execute
|
2021-07-13 09:48:04 +03:00 |
|
vdimir
|
5b18480a49
|
Return null if value can't be converted in toString for nullable
|
2021-07-13 09:48:04 +03:00 |
|
vdimir
|
7c4c2b29c2
|
Do not throw exception for unexpected values in enum during to string conversion
|
2021-07-13 09:48:04 +03:00 |
|
neng.liu
|
ec7604b013
|
add parquet test and fix add interval error when type is date32
|
2021-06-28 16:36:54 +08: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 |
|
Alexey Milovidov
|
3e71181451
|
Whitespaces
|
2021-06-18 01:42:33 +03:00 |
|
Maksim Kita
|
67e9b85951
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
|
Neng Liu
|
88a0d0be62
|
add datetype32 part2
|
2021-06-08 20:31:41 +08:00 |
|
mergify[bot]
|
d68d5e0ef1
|
Merge branch 'master' into rename-const-context-ptr
|
2021-06-04 14:41:41 +00:00 |
|
Kruglov Pavel
|
8acf031c1b
|
Merge pull request #24398 from Avogar/fix-deltasum
Fix logical error AggregateFunctionFactory returned nullptr
|
2021-06-03 19:40:06 +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 |
|
Pavel Kruglov
|
42d57138f2
|
replace all isDateOrDateTime invocations to explicit calls to isDate and isDateTime and isDateTime64
|
2021-05-28 15:34:49 +03:00 |
|
Anton Popov
|
35e2cc7b2b
|
fix several cases in cast operator
|
2021-05-25 02:50:28 +03:00 |
|
Maksim Kita
|
fa24fe82e1
|
Fixed FunctionConversion tests
|
2021-05-16 18:17:05 +03:00 |
|
Maksim Kita
|
947f28d430
|
IFunction refactoring
|
2021-05-15 20:33:15 +03:00 |
|
Alexey Milovidov
|
02ce9cc725
|
Untangle UUID
|
2021-05-04 01:46:51 +03:00 |
|
Alexey Milovidov
|
0677787d90
|
Fix abysmally low performance
|
2021-05-03 22:56:40 +03:00 |
|