ClickHouse/src/DataTypes
2022-10-03 19:37:27 +00:00
..
examples
Serializations fix assertion in fuzzer 2022-10-03 14:44:33 +00:00
tests Follow-up to PR #37300: semicolon warnings 2022-05-20 15:06:34 +02:00
CMakeLists.txt
convertMySQLDataType.cpp to compatible with binary(0) 2022-05-16 11:36:39 +08:00
convertMySQLDataType.h
DataTypeAggregateFunction.cpp fix segfault in DataTypeAggregateFunction 2022-08-09 13:19:12 +00:00
DataTypeAggregateFunction.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-12-08 18:26:19 +03:00
DataTypeArray.cpp
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
DataTypeCustomIPv4AndIPv6.cpp
DataTypeCustomSimpleAggregateFunction.cpp Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
DataTypeCustomSimpleAggregateFunction.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
DataTypeDate32.cpp
DataTypeDate32.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
DataTypeDate.cpp
DataTypeDate.h
DataTypeDateTime64.cpp
DataTypeDateTime64.h
DataTypeDateTime.cpp
DataTypeDateTime.h Change comments 2022-03-11 23:46:02 +01:00
DataTypeDecimalBase.cpp
DataTypeDecimalBase.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
DataTypeDomainBool.cpp
DataTypeEnum.cpp Possible range issues in automatic assigned enums, also fix error message. 2022-04-17 21:40:48 +08:00
DataTypeEnum.h
DataTypeFactory.cpp fix json type with sparse columns 2022-07-21 14:47:19 +00:00
DataTypeFactory.h fix json type with sparse columns 2022-07-21 14:47:19 +00:00
DataTypeFixedString.cpp
DataTypeFixedString.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00: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
DataTypeLowCardinality.cpp Fix strange code in TypeList 2021-11-25 23:55:02 +03:00
DataTypeLowCardinality.h continue of #34317 2022-02-06 08:59:17 +00:00
DataTypeLowCardinalityHelpers.cpp remove obsolete parameter 2022-03-28 18:44:53 +00:00
DataTypeMap.cpp support Object inside Map 2022-05-10 15:52:29 +00:00
DataTypeMap.h support Object inside Map 2022-05-10 15:52:29 +00:00
DataTypeNested.cpp
DataTypeNested.h
DataTypeNothing.cpp
DataTypeNothing.h
DataTypeNullable.cpp Cleanup code 2022-07-07 18:53:20 +00:00
DataTypeNullable.h Cleanup code 2022-07-07 18:53:20 +00:00
DataTypeNumberBase.cpp
DataTypeNumberBase.h Fixed build 2022-01-20 17:08:55 +00:00
DataTypeObject.cpp fix race in data type Object 2022-03-18 14:52:07 +00:00
DataTypeObject.h support Object type inside other types 2022-05-06 14:44:00 +00:00
DataTypesDecimal.cpp
DataTypesDecimal.h Remove comment 2022-07-19 17:05:44 +00:00
DataTypeSet.h
DataTypesNumber.cpp to MaterializeMySQL_support_set_and_other_dataType 2022-01-21 12:24:12 +08:00
DataTypesNumber.h Fixed tests 2022-01-16 11:45:36 +00:00
DataTypeString.cpp to MaterializeMySQL_support_set_and_other_dataType 2022-01-21 12:24:12 +08:00
DataTypeString.h
DataTypeTuple.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2022-09-06 15:51:16 +00:00
DataTypeTuple.h Merge remote-tracking branch 'upstream/master' into HEAD 2022-09-06 15:51:16 +00:00
DataTypeUUID.cpp
DataTypeUUID.h
EnumValues.cpp Update sort to pdqsort 2022-01-30 19:49:48 +00:00
EnumValues.h Add name hints for data skipping indices 2022-02-20 11:48:22 +00:00
FieldToDataType.cpp minor fixes 2022-06-28 14:21:21 +00:00
FieldToDataType.h improve performace of insertion to columns of type JSON 2022-06-22 17:45:51 +00:00
getLeastSupertype.cpp Fix some tests. 2022-07-20 15:54:12 +00:00
getLeastSupertype.h improve performace of insertion to columns of type JSON 2022-06-22 17:45:51 +00:00
getMostSubtype.cpp
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 Merge remote-tracking branch 'upstream/master' into HEAD 2022-09-02 12:48:27 +00:00
IDataType.h Merge branch 'master' into dynamic-columns-14 2022-09-09 19:32:07 +02:00
IDataTypeDummy.h
Native.h Fixed tests 2022-05-11 21:59:51 +02:00
NestedUtils.cpp Support reading Array(Record) into flatten nested table in Avro 2022-08-23 11:05:02 +00:00
NestedUtils.h Support reading Array(Record) into flatten nested table in Avro 2022-08-23 11:05:02 +00:00
NumberTraits.h
ObjectUtils.cpp fix style check 2022-10-03 19:37:27 +00:00
ObjectUtils.h Merge remote-tracking branch 'upstream/master' into HEAD 2022-10-03 13:16:57 +00:00
registerDataTypeDateTime.cpp
TimezoneMixin.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
transformTypesRecursively.cpp Fix duplicate lines 2022-08-01 13:16:23 +02:00
transformTypesRecursively.h Add new features in schema inference 2022-07-13 15:57:55 +00:00