ClickHouse/src/DataTypes
Kruglov Pavel 50eb9fca67
Merge pull request #44696 from Avogar/schema-inference-uint
Infer UInt64 in case of Int64 overflow
2023-01-11 14:24:42 +01:00
..
examples
Serializations Merge branch 'master' into refactoring-ip-types 2023-01-02 21:58:53 +03:00
tests Follow-up to PR #37300: semicolon warnings 2022-05-20 15:06:34 +02:00
CMakeLists.txt
convertMySQLDataType.cpp to fix issue 42856 and MaterializedMySQL improvement 2022-11-03 20:21:02 +08:00
convertMySQLDataType.h
DataTypeAggregateFunction.cpp Fix support for complex parameters of parametric aggregate functions, #30975 2022-12-19 07:26:54 +01:00
DataTypeAggregateFunction.h Cleanup code 2022-12-02 19:15:26 +00:00
DataTypeArray.cpp
DataTypeArray.h support Object type inside other types 2022-05-06 14:44:00 +00:00
DataTypeCustom.h
DataTypeCustomGeo.cpp
DataTypeCustomGeo.h
DataTypeCustomSimpleAggregateFunction.cpp Introduce groupArrayLast() (useful to store last X values) (#44521) 2023-01-02 15:20:21 +01:00
DataTypeCustomSimpleAggregateFunction.h
DataTypeDate32.cpp
DataTypeDate32.h
DataTypeDate.cpp
DataTypeDate.h
DataTypeDateTime64.cpp
DataTypeDateTime64.h
DataTypeDateTime.cpp
DataTypeDateTime.h
DataTypeDecimalBase.cpp
DataTypeDecimalBase.h
DataTypeDomainBool.cpp
DataTypeEnum.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
DataTypeEnum.h
DataTypeFactory.cpp replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
DataTypeFactory.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
DataTypeFixedString.cpp
DataTypeFixedString.h Validate types in table function arguments/CAST function arguments/JSONAsObject schema inference 2022-12-21 21:21:30 +00:00
DataTypeFunction.cpp
DataTypeFunction.h
DataTypeInterval.cpp
DataTypeInterval.h
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 fixed some bugs, some functions corrected, some tests corrected 2022-11-18 20:10:27 +00:00
DataTypeLowCardinality.h
DataTypeLowCardinalityHelpers.cpp Add comments 2022-11-16 22:42:50 +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
DataTypeObject.cpp
DataTypeObject.h Make better, fix bugs, improve error messages 2022-12-12 22:00:45 +00:00
DataTypesDecimal.cpp
DataTypesDecimal.h Fix toDateTime64() for negative floats 2022-10-03 13:33:12 +00:00
DataTypeSet.h
DataTypesNumber.cpp
DataTypesNumber.h
DataTypeString.cpp
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
EnumValues.h
FieldToDataType.cpp cleanup 2022-11-29 17:34:16 +00:00
FieldToDataType.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
getLeastSupertype.cpp Fix one clang-tidy issue 2022-10-22 13:26:58 +02: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
hasNullable.h
IDataType.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2022-09-02 12:48:27 +00:00
IDataType.h Merge branch 'master' into refactoring-ip-types 2022-11-14 09:21:54 -05:00
IDataTypeDummy.h
Native.h JIT compilation float to bool conversion fix 2023-01-09 16:35:06 +01: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 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
TimezoneMixin.h
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