ClickHouse/src/DataTypes
Kruglov Pavel 96700abbe1
Merge pull request #45678 from azat/formats/json-parse-tupels
Add ability to ignore unknown keys in JSON object for named tuples
2023-01-27 21:11:05 +01:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
Serializations Merge pull request #45678 from azat/formats/json-parse-tupels 2023-01-27 21:11:05 +01:00
tests Follow-up to PR #37300: semicolon warnings 2022-05-20 15:06:34 +02:00
CMakeLists.txt Merge remote-tracking branch 'origin/sparse-serialization' into HEAD 2021-05-26 00:25:47 +03:00
convertMySQLDataType.cpp to fix issue 42856 and MaterializedMySQL improvement 2022-11-03 20:21:02 +08: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 Cleanup code 2022-12-02 19:15:26 +00:00
DataTypeArray.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeArray.h support Object type inside other types 2022-05-06 14:44:00 +00:00
DataTypeCustom.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00: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 Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
DataTypeDate.cpp better interfaces for IDataType and ISerialization 2021-10-14 05:36:49 +03:00
DataTypeDate.h
DataTypeDateTime64.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeDateTime64.h enable DateTime64 to be version column 2021-05-10 20:30:52 +08:00
DataTypeDateTime.cpp better interfaces for IDataType and ISerialization 2021-10-14 05:36:49 +03:00
DataTypeDateTime.h Change comments 2022-03-11 23:46:02 +01:00
DataTypeDecimalBase.cpp better interfaces for IDataType and ISerialization 2021-10-14 05:36:49 +03:00
DataTypeDecimalBase.h format more messages 2023-01-25 21:16:42 +01:00
DataTypeDomainBool.cpp support bool type 2021-11-04 16:39:36 +08:00
DataTypeEnum.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeEnum.h Special case of conversion code for types with custom serialization/deserialization 2021-09-21 15:34:06 +03:00
DataTypeFactory.cpp Merge branch 'master' into tsv-csv-detect-header 2023-01-23 23:49:56 +01: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 Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeFunction.cpp
DataTypeFunction.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
DataTypeInterval.cpp basic added fractional intervals types 2022-02-06 15:14:18 +03:00
DataTypeInterval.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
DataTypeIPv4andIPv6.cpp bug fixes, refactoring 2022-11-15 00:46:15 +00:00
DataTypeIPv4andIPv6.h make only IPv4 as numeric, fix hash functions for IPv6, add more hash functions to test 2023-01-10 02:03:06 +00:00
DataTypeLowCardinality.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeLowCardinality.h continue of #34317 2022-02-06 08:59:17 +00:00
DataTypeLowCardinalityHelpers.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeMap.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeMap.h support Object inside Map 2022-05-10 15:52:29 +00: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
DataTypeNullable.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeNullable.h Cleanup code 2022-07-07 18:53:20 +00:00
DataTypeNumberBase.cpp better interfaces for IDataType and ISerialization 2021-10-14 05:36:49 +03:00
DataTypeNumberBase.h Fixed build 2022-01-20 17:08:55 +00:00
DataTypeObject.cpp check number of parameters in format string 2023-01-23 23:16:16 +01:00
DataTypeObject.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypesDecimal.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypesDecimal.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeSet.h
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 Merge branch 'master' into fix_IP_conversion 2021-11-09 12:11:54 +00:00
DataTypeTuple.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
DataTypeTuple.h Merge remote-tracking branch 'upstream/master' into HEAD 2022-09-06 15:51:16 +00:00
DataTypeUUID.cpp Untangle UUID 2021-05-04 01:46:51 +03:00
DataTypeUUID.h Special case of conversion code for types with custom serialization/deserialization 2021-09-21 15:34:06 +03:00
EnumValues.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
EnumValues.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FieldToDataType.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FieldToDataType.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
getLeastSupertype.cpp forbid runtime strings 2023-01-26 10:52:47 +01:00
getLeastSupertype.h improve performace of insertion to columns of type JSON 2022-06-22 17:45:51 +00:00
getMostSubtype.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
getMostSubtype.h
hasNullable.cpp Correctly prevent nullable primary keys if necessary. 2021-12-27 17:32:37 +08:00
hasNullable.h Correctly prevent nullable primary keys if necessary. 2021-12-27 17:32:37 +08:00
IDataType.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
IDataType.h Merge branch 'master' into refactoring-ip-types 2022-11-14 09:21:54 -05:00
IDataTypeDummy.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Native.h JIT compilation float to bool conversion fix 2023-01-09 16:35:06 +01:00
NestedUtils.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
NestedUtils.h Support reading Array(Record) into flatten nested table in Avro 2022-08-23 11:05:02 +00:00
NumberTraits.h Add function pmod which return non-negative result based on modulo (#42755) 2022-11-15 00:15:58 +01:00
ObjectUtils.cpp work with the latest remarks 2022-11-23 15:16:09 +00:00
ObjectUtils.h address 01825_type_json_18 test 2022-11-23 15:16:08 +00:00
registerDataTypeDateTime.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01: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