Nikolai Kochetov
|
04476c533e
|
Fix ya.make
|
2020-10-14 23:33:25 +03:00 |
|
Nikolai Kochetov
|
26158ebc94
|
Fix tests
|
2020-10-14 22:25:36 +03:00 |
|
Nikolai Kochetov
|
e2f826c22d
|
Rename block to columns.
|
2020-10-14 17:44:22 +03:00 |
|
Nikolai Kochetov
|
1f49d83622
|
Rename block to columns.
|
2020-10-14 17:32:43 +03:00 |
|
Nikolai Kochetov
|
e64eba88da
|
Rename block to columns.
|
2020-10-14 17:19:39 +03:00 |
|
Nikolai Kochetov
|
7108a0423f
|
Rename block to columns.
|
2020-10-14 17:15:57 +03:00 |
|
Nikolai Kochetov
|
31898fc5ce
|
Rename block to columns.
|
2020-10-14 17:14:13 +03:00 |
|
Nikolai Kochetov
|
77323962ec
|
Rename block to columns.
|
2020-10-14 17:07:54 +03:00 |
|
Nikolai Kochetov
|
959424f28a
|
Rename block to columns.
|
2020-10-14 17:04:50 +03:00 |
|
Nikolai Kochetov
|
f81af6c958
|
Rename Block to ColumnsWithTypeAndName.
|
2020-10-14 16:50:18 +03:00 |
|
Nikolai Kochetov
|
966b1d6cf5
|
Rename Block to ColumnsWithTypeAndName.
|
2020-10-14 16:09:11 +03:00 |
|
Nikolai Kochetov
|
9b42bfdc36
|
Merge pull request #15817 from ClickHouse/new-block-for-functions-2
Use `ColumnsWithTypeAndName` instead of `Block` for function calls [part 2]
|
2020-10-12 00:32:58 +03:00 |
|
Nikolai Kochetov
|
23aec1f954
|
Fix build.
|
2020-10-11 22:44:20 +03:00 |
|
Nikolai Kochetov
|
3a17c2a7ac
|
Rename FunctionArguments to ColumnsWithTypeAndName
|
2020-10-11 22:20:20 +03:00 |
|
Nikolai Kochetov
|
0df08dcb36
|
Rename columns() to size().
|
2020-10-11 21:11:39 +03:00 |
|
Nikolai Kochetov
|
3f446b9713
|
Fix build.
|
2020-10-10 22:19:46 +03:00 |
|
Nikolai Kochetov
|
780bd424ad
|
Fix build.
|
2020-10-10 22:11:39 +03:00 |
|
Nikolai Kochetov
|
3099d44a96
|
Merge branch 'master' into new-block-for-functions-2
|
2020-10-10 22:09:50 +03:00 |
|
Nikolai Kochetov
|
6d8dc1f8ed
|
Fix style.
|
2020-10-10 21:44:51 +03:00 |
|
Alexey Milovidov
|
269b6383f5
|
Check for #pragma once in headers
|
2020-10-10 21:37:02 +03:00 |
|
Nikolai Kochetov
|
d28325a353
|
Replace getByPosition to []
|
2020-10-10 21:24:57 +03:00 |
|
alexey-milovidov
|
1f6c2c8efc
|
Merge pull request #15803 from ucasFL/tid-function
Add `tid` and `logTrace` function
|
2020-10-10 19:37:04 +03:00 |
|
feng lv
|
9438f2f4d2
|
fix
fix
fix
|
2020-10-10 19:21:11 +08:00 |
|
Nikolai Kochetov
|
76a04fb4b4
|
Merge pull request #15762 from ClickHouse/new-block-for-functions
Use `ColumnsWithTypeAndName` instead of `Block` for function calls
|
2020-10-10 08:50:38 +03:00 |
|
feng lv
|
45925f60c7
|
fix
|
2020-10-10 11:20:45 +08:00 |
|
feng lv
|
d39868b853
|
fix
|
2020-10-10 10:56:21 +08:00 |
|
feng lv
|
ec87254abe
|
add test
|
2020-10-10 10:48:15 +08:00 |
|
Nikolai Kochetov
|
3898a8ac5f
|
Try fix tests.
|
2020-10-09 19:05:11 +03:00 |
|
feng lv
|
8a1a41f77b
|
add tid function
|
2020-10-09 23:49:14 +08:00 |
|
Nikolai Kochetov
|
9328cea4f1
|
Supress pvs
|
2020-10-09 14:35:58 +03:00 |
|
Nikolai Kochetov
|
a7fb2e38a5
|
Use ColumnWithTypeAndName as function argument instead of Block.
|
2020-10-09 10:41:28 +03:00 |
|
Artem Zuikov
|
403a5320f5
|
enable bigint float division (#15691)
|
2020-10-07 14:32:57 +03:00 |
|
tavplubix
|
e219162b82
|
Update FunctionsJSON.h
|
2020-10-03 21:09:22 +03:00 |
|
alexey-milovidov
|
6f3aab8f09
|
Merge pull request #15319 from bharatnc/ncb/fix-14509
Fix bug in queries like SELECT toStartOfDay(today())
|
2020-10-03 17:02:57 +03:00 |
|
alesapin
|
8c0581c503
|
Fix ilike cache
|
2020-10-02 17:27:47 +03:00 |
|
Alexander Kuzmenkov
|
bc66dc99d1
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-10-01 12:28:30 +03:00 |
|
Alexander Kuzmenkov
|
e45edd57f2
|
Add reinterpretAsUUID function
|
2020-09-30 20:19:32 +03:00 |
|
alexey-milovidov
|
ac989f3a8f
|
Merge pull request #15285 from ucasFL/now-with-timezone
function `now` allow an argument with timezone
|
2020-09-30 04:32:36 +03:00 |
|
feng lv
|
6d5cd95d3f
|
fix
|
2020-09-26 14:48:59 +08:00 |
|
bharatnc
|
5c8c636cf1
|
Fix - allow empty tz in exp like toStartOf*(today())
|
2020-09-25 11:03:16 -07:00 |
|
feng lv
|
87726a7af2
|
function allow an argument with timezone
|
2020-09-25 15:20:42 +08:00 |
|
Amos Bird
|
a2845acf37
|
Fix joinGet crash with LowCardinality types.
|
2020-09-24 17:29:52 +08:00 |
|
alexey-milovidov
|
3bc09bb867
|
Merge pull request #15178 from amosbird/dtcf
Fix performance issue when doing datetime comparison
|
2020-09-23 20:33:23 +03:00 |
|
Amos Bird
|
ee45395942
|
Fix datetime comparison
|
2020-09-23 10:29:55 +08:00 |
|
alesapin
|
269d225637
|
Merge branch 'master' into myrrc-feature-cmake-flags-doc-generator
|
2020-09-22 17:00:02 +03:00 |
|
Nikolai Kochetov
|
c77a6967a3
|
Remove commented code.
|
2020-09-21 19:22:23 +03:00 |
|
Nikolai Kochetov
|
334289fd57
|
Merge pull request #15082 from ClickHouse/try-improve-array-has-built-time
Update SourceVisitor for GatherUtils.
|
2020-09-21 17:08:14 +03:00 |
|
Nikolai Kochetov
|
0f3eab1e48
|
Merge pull request #15084 from amosbird/lef
Don't hide interface symbols
|
2020-09-21 17:07:52 +03:00 |
|
Amos Bird
|
741912cafd
|
Don't hide interface symbols
|
2020-09-21 21:03:17 +08:00 |
|
Nikolai Kochetov
|
efa493fbcb
|
Update SourceVisitor for GatherUtils.
|
2020-09-21 13:29:31 +03:00 |
|