ClickHouse/src/DataTypes
Kruglov Pavel 558eda4146
Merge pull request #49412 from azat/block-use-dense-hash-map
Switch Block::NameMap to google::dense_hash_map over HashMap
2023-05-15 12:22:55 +02:00
..
examples
fuzzers Limit memory in fuzzers 2023-03-19 06:17:55 +01:00
Serializations Merge pull request #49412 from azat/block-use-dense-hash-map 2023-05-15 12:22:55 +02:00
tests Clean up GCC warning pragmas 2023-04-11 18:21:08 +00: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
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
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
DataTypeDate32.cpp
DataTypeDate32.h Attemp not to include ColumnVector and Field 2023-03-24 04:37:49 +01:00
DataTypeDate.cpp
DataTypeDate.h
DataTypeDateTime64.cpp Fix build 2023-04-09 11:12:08 +00:00
DataTypeDateTime64.h Fix build 2023-04-09 11:12:08 +00:00
DataTypeDateTime.cpp
DataTypeDateTime.h
DataTypeDecimalBase.cpp
DataTypeDecimalBase.h Fix race between DROP MatView and RESTART REPLICAS (#47863) 2023-04-01 15:26:00 +03:00
DataTypeDomainBool.cpp
DataTypeEnum.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeEnum.h
DataTypeFactory.cpp Forbid meaningless data types #47720 2023-03-19 16:54:32 +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
DataTypeInterval.cpp
DataTypeInterval.h support saving interval types to tables 2023-04-23 21:59:51 -07:00
DataTypeIPv4andIPv6.cpp bug fixes, refactoring 2022-11-15 00:46:15 +00:00
DataTypeIPv4andIPv6.h fix nested map for keys of IP and UUID types 2023-04-08 05:34:35 +00:00
DataTypeLowCardinality.cpp initial solution 2023-03-06 19:35:00 +03:00
DataTypeLowCardinality.h Allow types conversion in Native input format 2023-02-27 19:28:19 +00:00
DataTypeLowCardinalityHelpers.cpp Allow types conversion in Native input format 2023-02-27 19:28:19 +00:00
DataTypeMap.cpp fix fuzzer 2023-03-31 02:20:17 +00:00
DataTypeMap.h fix fuzzer 2023-03-31 02:20:17 +00:00
DataTypeNested.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeNested.h
DataTypeNothing.cpp
DataTypeNothing.h
DataTypeNullable.cpp Fix low cardinality case 2023-02-08 19:14:28 +00:00
DataTypeNullable.h Fix low cardinality case 2023-02-08 19:14:28 +00:00
DataTypeNumberBase.cpp
DataTypeNumberBase.h Attemp not to include ColumnVector and Field 2023-03-24 04:37:49 +01: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 Merge remote-tracking branch 'origin/master' into decimal256-various 2023-03-28 13:36:53 +00:00
DataTypesDecimal.h Fix race between DROP MatView and RESTART REPLICAS (#47863) 2023-04-01 15:26:00 +03:00
DataTypeSet.h Reworked, testing 2023-04-14 16:12:18 +02:00
DataTypesNumber.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypesNumber.h
DataTypeString.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DataTypeString.h
DataTypeTuple.cpp better interface 2023-03-02 14:46:26 +00:00
DataTypeTuple.h better interface 2023-03-02 14:46:26 +00:00
DataTypeUUID.cpp
DataTypeUUID.h
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
IDataType.cpp better support of identifiers from compound expressions 2023-03-12 16:24:50 +00:00
IDataType.h Various fixes and cleanups 2023-04-19 09:19:41 +00:00
IDataTypeDummy.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Native.h Clean up GCC warning pragmas 2023-04-11 18:21:08 +00:00
NestedUtils.cpp SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +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 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 strange code 2023-02-24 22:33:39 +01:00
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