Commit 6924554
authored
File tree
180 files changed
+2060
-1393
lines changed- .github/workflows
- contrib
- double-conversion-cmake
- docker/test
- stateless
- stress
- docs
- en
- development
- engines/table-engines/mergetree-family
- operations
- settings
- system-tables
- sql-reference
- aggregate-functions/reference
- functions
- statements/alter
- ru
- engines/table-engines/mergetree-family
- sql-reference/aggregate-functions/reference
- zh/sql-reference/aggregate-functions/reference
- programs
- client
- local
- server
- src
- AggregateFunctions
- Analyzer/Passes
- Backups
- Client
- Common
- HashTable
- Coordination
- Core
- Databases
- Dictionaries
- Disks
- IO
- ObjectStorages
- AzureBlobStorage
- S3
- Formats
- Functions
- IO
- AzureBlobStorage
- S3
- tests
- Interpreters
- Cache
- Parsers
- Processors
- Formats/Impl
- QueryPlan
- Optimizations
- Transforms
- Storages
- MergeTree
- System
- tests
- ci
- config
- config.d
- integration
- test_attach_partition_using_copy
- configs
- test_backup_restore_azure_blob_storage
- test_merge_tree_load_marks
- configs
- test_multiple_disks
- queries
- 0_stateless
- format_schemas
- 1_stateful
- utils/check-style/aspell-ignore/en
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
180 files changed
+2060
-1393
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
| |||
372 | 369 | | |
373 | 370 | | |
374 | 371 | | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
Submodule double-conversion updated 48 files
- .github/workflows/ci.yml+71
- .github/workflows/scons.yml+26
- .gitignore+22
- AUTHORS+2
- BUILD+9-3
- CMakeLists.txt+30-11
- Changelog+116
- Makefile+1-1
- README.md+4-3
- SConstruct+3-3
- double-conversion/.gitignore+1
- double-conversion/SConscript+2-2
- double-conversion/bignum-dtoa.cc+26-26
- double-conversion/bignum-dtoa.h+1-1
- double-conversion/bignum.cc+308-278
- double-conversion/bignum.h+39-31
- double-conversion/cached-powers.cc+104-104
- double-conversion/cached-powers.h+14-14
- double-conversion/diy-fp.cc-57
- double-conversion/diy-fp.h+40-21
- double-conversion/double-conversion.h+2-514
- double-conversion/double-to-string.cc+447
- double-conversion/double-to-string.h+470
- double-conversion/fast-dtoa.cc+33-33
- double-conversion/fast-dtoa.h+1-1
- double-conversion/fixed-dtoa.cc+14-14
- double-conversion/fixed-dtoa.h+1-1
- double-conversion/ieee.h+65-20
- double-conversion/string-to-double.cc+251-451
- double-conversion/string-to-double.h+238
- double-conversion/strtod.cc+116-63
- double-conversion/strtod.h+20-1
- double-conversion/utils.h+142-66
- msvc/double-conversion.vcxproj+5-4
- msvc/double-conversion.vcxproj.filters+11-8
- msvc/run_tests/run_tests.vcxproj+1
- test/cctest/CMakeLists.txt+3
- test/cctest/cctest.cc+24-4
- test/cctest/cctest.h+45-33
- test/cctest/checks.h+23-23
- test/cctest/test-bignum-dtoa.cc+8-3
- test/cctest/test-bignum.cc+25-19
- test/cctest/test-conversions.cc+1.4k-171
- test/cctest/test-diy-fp.cc+31-6
- test/cctest/test-dtoa.cc+10-10
- test/cctest/test-fast-dtoa.cc+30-5
- test/cctest/test-ieee.cc+77-31
- test/cctest/test-strtod.cc+494-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
89 | 95 | | |
90 | | - | |
| 96 | + | |
91 | 97 | | |
92 | 98 | | |
93 | 99 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
852 | 852 | | |
853 | 853 | | |
854 | 854 | | |
855 | | - | |
856 | | - | |
857 | | - | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | | - | |
862 | | - | |
863 | | - | |
864 | | - | |
865 | 855 | | |
866 | 856 | | |
867 | 857 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments