ClickHouse/src/DataTypes
Robert Schulze acaa2eee58
Merge pull request #53556 from ClibMouse/feature/big-endian-UUID-correction
Change Big Endian-UUID to work the same as Little Endian-UUID
2023-08-22 11:57:44 +02:00
..
examples
fuzzers Limit memory in fuzzers 2023-03-19 06:17:55 +01:00
Serializations Merge pull request #53556 from ClibMouse/feature/big-endian-UUID-correction 2023-08-22 11:57:44 +02:00
tests Remove garbage and speed up Debug and Tidy builds 2023-08-09 01:44:39 +02:00
CMakeLists.txt Add data type fuzzer 2023-03-17 04:44:14 +01:00
convertMySQLDataType.cpp Add Decimal256 to a lot of places 2023-03-14 22:10:52 +01:00
convertMySQLDataType.h return fake create query when executing show create table on system's tables. (#31391) 2021-11-19 13:25:55 +03:00
DataTypeAggregateFunction.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeAggregateFunction.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeArray.cpp changed tests, imporved code and exceptions 2023-07-28 15:50:22 +00:00
DataTypeArray.h Update src/DataTypes/DataTypeArray.h 2023-08-02 18:39:20 +02:00
DataTypeCustom.h Atempt to avoid including Decimal.h all over the code 2023-03-22 02:33:10 +01:00
DataTypeCustomGeo.cpp
DataTypeCustomGeo.h
DataTypeCustomSimpleAggregateFunction.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeCustomSimpleAggregateFunction.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
DataTypeDate32.cpp Revert "Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32" 2021-07-15 11:41:52 +00:00
DataTypeDate32.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeDate.cpp better interfaces for IDataType and ISerialization 2021-10-14 05:36:49 +03:00
DataTypeDate.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeDateTime64.cpp Fix build 2023-04-09 11:12:08 +00:00
DataTypeDateTime64.h Merge pull request #49577 from tpanetti/mysql_compatible_types 2023-06-21 11:04:22 +02:00
DataTypeDateTime.cpp better interfaces for IDataType and ISerialization 2021-10-14 05:36:49 +03:00
DataTypeDateTime.h Merge branch 'master' into zvonand-implicit-tz 2023-06-21 13:41:35 +02:00
DataTypeDecimalBase.cpp better interfaces for IDataType and ISerialization 2021-10-14 05:36:49 +03:00
DataTypeDecimalBase.h Fix race between DROP MatView and RESTART REPLICAS (#47863) 2023-04-01 15:26:00 +03:00
DataTypeDomainBool.cpp support bool type 2021-11-04 16:39:36 +08:00
DataTypeEnum.cpp Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeEnum.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeFactory.cpp Revert "Fixed several issues found by OSS-Fuzz" 2023-07-17 16:14:58 +02:00
DataTypeFactory.h Merge branch 'master' into tsv-csv-detect-header 2023-01-12 12:35:18 +01:00
DataTypeFixedString.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeFixedString.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeFunction.cpp
DataTypeFunction.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeInterval.cpp Update DataTypeInterval.cpp 2023-07-10 13:51:49 -04:00
DataTypeInterval.h Implement KQL-style formatting for Interval 2023-07-10 13:51:49 -04:00
DataTypeIPv4andIPv6.cpp bug fixes, refactoring 2022-11-15 00:46:15 +00:00
DataTypeIPv4andIPv6.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeLowCardinality.cpp Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeLowCardinality.h Parquet filter pushdown 2023-08-21 14:15:52 -07:00
DataTypeLowCardinalityHelpers.cpp Allow types conversion in Native input format 2023-02-27 19:28:19 +00:00
DataTypeMap.cpp fix backward compatibility for IP types hashing in aggregate functions 2023-06-04 16:23:34 +00:00
DataTypeMap.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeNested.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeNested.h
DataTypeNothing.cpp better interfaces for IDataType and ISerialization 2021-10-14 05:36:49 +03:00
DataTypeNothing.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeNullable.cpp Fix low cardinality case 2023-02-08 19:14:28 +00:00
DataTypeNullable.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeNumberBase.cpp Disable fasttest for MySQL Compatibility Type Conversion and refactor style for DataTypeNumberBase 2023-06-09 13:50:30 -07:00
DataTypeNumberBase.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeObject.cpp check number of parameters in format string 2023-01-23 23:16:16 +01:00
DataTypeObject.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypesDecimal.cpp Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypesDecimal.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeSet.h Merge branch 'master' into refactor-subqueries-for-in 2023-06-22 12:18:48 +02:00
DataTypesNumber.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypesNumber.h Fixed tests 2022-01-16 11:45:36 +00:00
DataTypeString.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeString.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
DataTypeTuple.cpp better interface 2023-03-02 14:46:26 +00:00
DataTypeTuple.h fix crash with function tuple and one sparse argument 2023-07-27 12:43:38 +00:00
DataTypeUUID.cpp
DataTypeUUID.h Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
EnumValues.cpp Allow skipping errors related to unknown enum values in row input formats 2023-03-29 00:31:53 +02:00
EnumValues.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FieldToDataType.cpp Fix build 2023-02-04 13:49:32 +01:00
FieldToDataType.h Add field CustomType 2023-02-03 17:07:02 +01:00
getLeastSupertype.cpp unnecessary include 2023-04-10 19:16:02 +00:00
getLeastSupertype.h improve performace of insertion to columns of type JSON 2022-06-22 17:45:51 +00:00
getMostSubtype.cpp More tests 2023-03-15 00:38:46 +01:00
getMostSubtype.h
hasNullable.cpp Fix low cardinality case 2023-02-08 19:14:28 +00:00
hasNullable.h Correctly prevent nullable primary keys if necessary. 2021-12-27 17:32:37 +08:00
IDataType.cpp better support of identifiers from compound expressions 2023-03-12 16:24:50 +00:00
IDataType.h fix crash with function tuple and one sparse argument 2023-07-27 12:43:38 +00:00
IDataTypeDummy.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Native.cpp fix 2023-06-21 22:46:41 +08:00
Native.h JIT infrastructure refactoring 2023-06-20 11:42:22 +03:00
NestedUtils.cpp Add new function generateRandomStructure 2023-03-09 17:47:14 +00:00
NestedUtils.h Add new function generateRandomStructure 2023-03-09 17:47:14 +00:00
NumberTraits.h Check for punctuation 2023-07-25 06:10:04 +02:00
ObjectUtils.cpp Change error code. 2023-04-06 16:17:45 +02:00
ObjectUtils.h address 01825_type_json_18 test 2022-11-23 15:16:08 +00:00
registerDataTypeDateTime.cpp fix 2023-08-15 15:37:09 +02:00
TimezoneMixin.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
transformTypesRecursively.cpp Merge branch 'master' into schema-inference-uint 2022-12-30 18:16:00 +01:00
transformTypesRecursively.h Infer UInt64 in case of Int64 overflow 2022-12-28 21:46:08 +00:00