ClickHouse/src/DataTypes
2024-04-16 12:36:20 +00:00
..
examples Remove unneded file 2023-09-28 22:17:44 +00:00
fuzzers Fix fuzzers 2024-03-17 15:44:36 +01:00
Serializations Don't access static members through instance, pt. II 2024-04-07 11:09:35 +00:00
tests Reduce header dependencies 2024-03-19 17:04:29 +01:00
CMakeLists.txt
convertMySQLDataType.cpp Support Point data type for MySQL 2024-01-11 19:19:08 +01:00
convertMySQLDataType.h
DataTypeAggregateFunction.cpp Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
DataTypeAggregateFunction.h Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
DataTypeArray.cpp Add IDataType::forEachChild and use it in nested types validation 2024-02-15 13:19:02 +00:00
DataTypeArray.h Add IDataType::forEachChild and use it in nested types validation 2024-02-15 13:19:02 +00:00
DataTypeCustom.h Revert "Merge pull request #56724 from canhld94/ch_replicated_column_mismatch" 2023-12-06 19:09:07 +01:00
DataTypeCustomGeo.cpp
DataTypeCustomGeo.h
DataTypeCustomSimpleAggregateFunction.cpp Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
DataTypeCustomSimpleAggregateFunction.h Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
DataTypeDate32.cpp Don't access static members through instance, pt. II 2024-04-07 11:09:35 +00:00
DataTypeDate32.h Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
DataTypeDate.cpp
DataTypeDate.h Add sanity checks for function return types 2024-01-30 14:10:20 +01:00
DataTypeDateTime64.cpp Fix build 2023-04-09 11:12:08 +00:00
DataTypeDateTime64.h Make use_mysql_types_in_show_columns affect only SHOW COLUMNS 2023-10-10 23:09:49 +00:00
DataTypeDateTime.cpp
DataTypeDateTime.h Add sanity checks for function return types 2024-01-30 14:10:20 +01:00
DataTypeDecimalBase.cpp
DataTypeDecimalBase.h More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
DataTypeDomainBool.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
DataTypeEnum.cpp fast get default enum serialization 2023-12-15 07:38:23 +00:00
DataTypeEnum.h Add sanity checks for function return types 2024-01-30 14:10:20 +01:00
DataTypeFactory.cpp Limit backtracking in parser 2024-03-17 19:54:45 +01:00
DataTypeFactory.h Reduce header dependencies 2024-03-19 17:04:29 +01:00
DataTypeFixedString.cpp
DataTypeFixedString.h Make use_mysql_types_in_show_columns affect only SHOW COLUMNS 2023-10-10 23:09:49 +00:00
DataTypeFunction.cpp
DataTypeFunction.h Make use_mysql_types_in_show_columns affect only SHOW COLUMNS 2023-10-10 23:09:49 +00:00
DataTypeInterval.cpp Update to clang-19 2024-02-27 14:37:21 +01:00
DataTypeInterval.h Add sanity checks for function return types 2024-01-30 14:10:20 +01:00
DataTypeIPv4andIPv6.cpp
DataTypeIPv4andIPv6.h Make use_mysql_types_in_show_columns affect only SHOW COLUMNS 2023-10-10 23:09:49 +00:00
DataTypeLowCardinality.cpp Add IDataType::forEachChild and use it in nested types validation 2024-02-15 13:19:02 +00:00
DataTypeLowCardinality.h Add IDataType::forEachChild and use it in nested types validation 2024-02-15 13:19:02 +00:00
DataTypeLowCardinalityHelpers.cpp Add check that recursiveRemoveLowCardinality() doesn't change the size of a column. 2024-02-10 21:07:31 +01:00
DataTypeMap.cpp Add IDataType::forEachChild and use it in nested types validation 2024-02-15 13:19:02 +00:00
DataTypeMap.h Add IDataType::forEachChild and use it in nested types validation 2024-02-15 13:19:02 +00:00
DataTypeNested.cpp Revert "Merge pull request #56724 from canhld94/ch_replicated_column_mismatch" 2023-12-06 19:09:07 +01:00
DataTypeNested.h Revert "Merge pull request #56724 from canhld94/ch_replicated_column_mismatch" 2023-12-06 19:09:07 +01:00
DataTypeNothing.cpp
DataTypeNothing.h Make use_mysql_types_in_show_columns affect only SHOW COLUMNS 2023-10-10 23:09:49 +00:00
DataTypeNullable.cpp Fix 01761_cast_to_enum_nullable with analyzer. 2024-03-13 18:05:08 +00:00
DataTypeNullable.h Fix 01761_cast_to_enum_nullable with analyzer. 2024-03-13 18:05:08 +00:00
DataTypeNumberBase.cpp Make use_mysql_types_in_show_columns affect only SHOW COLUMNS 2023-10-10 23:09:49 +00:00
DataTypeNumberBase.h Make use_mysql_types_in_show_columns affect only SHOW COLUMNS 2023-10-10 23:09:49 +00:00
DataTypeObject.cpp
DataTypeObject.h Make use_mysql_types_in_show_columns affect only SHOW COLUMNS 2023-10-10 23:09:49 +00:00
DataTypesDecimal.cpp More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
DataTypesDecimal.h More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
DataTypeSet.h Make use_mysql_types_in_show_columns affect only SHOW COLUMNS 2023-10-10 23:09:49 +00:00
DataTypesNumber.cpp More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
DataTypesNumber.h More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
DataTypeString.cpp
DataTypeString.h Make use_mysql_types_in_show_columns affect only SHOW COLUMNS 2023-10-10 23:09:49 +00:00
DataTypeTuple.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
DataTypeTuple.h Reduce header dependencies 2024-03-19 17:04:29 +01:00
DataTypeUUID.cpp
DataTypeUUID.h Make use_mysql_types_in_show_columns affect only SHOW COLUMNS 2023-10-10 23:09:49 +00:00
DataTypeVariant.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into variant-improvements 2024-02-23 18:59:34 +00:00
DataTypeVariant.h Makr DataTypeVariant as comparable 2024-04-16 12:36:20 +00:00
EnumValues.cpp Apply suggestions from code review 2024-01-09 19:23:34 +01:00
EnumValues.h Implement Variant data type 2023-12-19 16:45:15 +00:00
FieldToDataType.cpp Fixes and improvements for Variant type 2024-02-20 18:58:06 +00:00
FieldToDataType.h Better integer types inference for Int64/UInt64 fields 2023-09-15 11:29:24 +00:00
getLeastSupertype.cpp Better conversion from String to Variant 2024-03-27 20:40:26 +00:00
getLeastSupertype.h Fixes and improvements for Variant type 2024-02-20 18:58:06 +00:00
getMostSubtype.cpp
getMostSubtype.h
hasNullable.cpp
hasNullable.h
IDataType.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
IDataType.h Reduce header dependencies 2024-03-19 17:04:29 +01:00
IDataTypeDummy.h
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 fix nested size0 for storage Log 2024-01-15 17:26:44 +00:00
NestedUtils.h fix nested size0 for storage Log 2024-01-15 17:26:44 +00:00
NumberTraits.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
ObjectUtils.cpp Merge pull request #61364 from ClickHouse/vdimir/fix_crash_objson_array_null 2024-03-27 13:41:09 +01:00
ObjectUtils.h Merge pull request #61364 from ClickHouse/vdimir/fix_crash_objson_array_null 2024-03-27 13:41:09 +01:00
registerDataTypeDateTime.cpp fix 2023-08-15 15:37:09 +02:00
TimezoneMixin.h
transformTypesRecursively.cpp Allow to infer named Tuples from JSON objects under a setting in JSON formats 2023-09-07 19:41:19 +00:00
transformTypesRecursively.h
Utils.cpp Implement Variant data type 2023-12-19 16:45:15 +00:00
Utils.h Updated implementation 2023-09-19 13:06:19 +03:00