avogar
69a3aa7bcf
Implement Dynamic data type
2024-04-26 11:02:33 +00:00
avogar
efa823400b
Add IDataType::forEachChild and use it in nested types validation
2024-02-15 13:19:02 +00:00
avogar
966aab4666
Fix indent for Array
2023-09-28 22:17:44 +00:00
avogar
e8ea41e2d4
Add setting to print pretty deep nested Tuples
2023-09-28 22:17:44 +00:00
yariks5s
e0e6472195
changed tests, imporved code and exceptions
2023-07-28 15:50:22 +00:00
yariks5s
6205218e2b
added tests and implementation
2023-07-26 14:57:32 +00:00
Alexander Tokmakov
70d1adfe4b
Better formatting for exception messages ( #45449 )
...
* save format string for NetException
* format exceptions
* format exceptions 2
* format exceptions 3
* format exceptions 4
* format exceptions 5
* format exceptions 6
* fix
* format exceptions 7
* format exceptions 8
* Update MergeTreeIndexGin.cpp
* Update AggregateFunctionMap.cpp
* Update AggregateFunctionMap.cpp
* fix
2023-01-24 00:13:58 +03:00
Anton Popov
92413aed68
better interfaces for IDataType and ISerialization
2021-10-14 05:36:49 +03:00
Anton Popov
be540e442d
return back data types
2021-03-09 17:10:28 +03:00
Anton Popov
1e61f64f95
move data types to serializations
2021-03-09 17:04:20 +03:00
Vitaly Baranov
18e036d19b
Improved serialization for data types combined of Arrays and Tuples.
...
Improved matching enum data types to protobuf enum type.
Fixed serialization of the Map data type.
Omitted values are now set by default.
2021-02-17 20:50:09 +03:00
alexey-milovidov
54f604c41f
Update DataTypeArray.cpp
2021-01-16 18:29:43 +03:00
Alexey Milovidov
a2c77c0343
Fix possible aliasing issues
2021-01-16 17:13:52 +03:00
alexey-milovidov
ceab9180b4
Update DataTypeArray.cpp
2021-01-02 00:16:47 +03:00
Anton Popov
11283e3d81
Merge remote-tracking branch 'upstream/master' into HEAD
2020-12-25 21:25:59 +03:00
nikitamikhaylov
c60c161168
add ParsingException
2020-12-23 01:02:01 +03:00
Anton Popov
b6ff6300b2
Merge remote-tracking branch 'upstream/master' into HEAD
2020-12-22 18:06:21 +03:00
Alexey Milovidov
667c6501bf
Merge branch 'arrays-as-nested-csv' of github.com:yandex/ClickHouse into arrays-as-nested-csv
2020-12-22 00:33:24 +03:00
Alexey Milovidov
e4c1d17219
Addition
2020-12-22 00:32:57 +03:00
alexey-milovidov
38dec4ccaf
Update DataTypeArray.cpp
2020-12-20 14:07:53 +03:00
Alexey Milovidov
ae9b67fefa
Support to parse Arrays in CSV as nested CSV in a String
2020-12-20 13:26:08 +03:00
Anton Popov
6de8b05b7c
improvements in subcolumns reading
2020-12-17 20:10:33 +03:00
Anton Popov
52ace243b4
fix array deserialization
2020-11-23 19:26:39 +03:00
Anton Popov
1f65478b49
implement nested with multiple nesting
2020-11-21 20:27:42 +03:00
Anton Popov
e9333e37ba
implement nested with multiple nesting
2020-11-10 15:13:33 +03:00
Anton Popov
01a04e06ef
implement nested with multiple nesting
2020-11-06 21:57:04 +03:00
Anton Popov
06dc0155e5
allow to read subhcolumns from other storages
2020-10-23 17:44:23 +03:00
Anton Popov
c75262120a
better subcolumns for arrays
2020-10-19 19:25:42 +03:00
Anton Popov
cbe12a532e
allow to extract subcolumns from column
2020-10-13 22:39:22 +03:00
Anton Popov
80cd2523ce
Merge remote-tracking branch 'upstream/master' into HEAD
2020-09-30 19:34:29 +03:00
alesapin
e96a3ac5f3
DataType in enumerate streams
2020-09-18 14:37:58 +03:00
Anton Popov
cb4801e3be
allow to read subcolumns of complex types
2020-09-18 02:12:43 +03:00
Alexey Milovidov
be22a4b94e
Checkpoint
2020-04-22 08:39:31 +03:00
Ivan Lezhankin
06446b4f08
dbms/ → src/
2020-04-03 18:14:31 +03:00