ClickHouse/src/DataTypes
2024-10-11 09:46:19 -03:00
..
examples
fuzzers Remove dbms dependency on clickhouse_functions 2024-09-24 19:48:23 +02:00
Serializations Merge branch 'master' into native-json-as-string 2024-10-09 12:40:33 +08:00
tests Small clean up 2024-07-12 14:46:33 +00:00
CMakeLists.txt
convertMySQLDataType.cpp
convertMySQLDataType.h Remove some nested IAST.h includes in favor of forward declarations 2024-10-04 18:47:13 +02:00
DataTypeAggregateFunction.cpp merge master 2024-08-10 13:53:32 +00:00
DataTypeAggregateFunction.h post-review changes 2024-08-13 18:30:43 +02:00
DataTypeArray.cpp Implement Dynamic data type 2024-04-26 11:02:33 +00:00
DataTypeArray.h Implement Dynamic data type 2024-04-26 11:02:33 +00:00
DataTypeCustom.h
DataTypeCustomGeo.cpp spelling fixes 2024-08-06 09:07:17 -06:00
DataTypeCustomGeo.h Added support for reading multilinestring wkts 2024-08-01 18:23:11 -06:00
DataTypeCustomSimpleAggregateFunction.cpp Implement binary encoding for ClickHouse data types 2024-06-21 18:20:35 +00:00
DataTypeCustomSimpleAggregateFunction.h Implement binary encoding for ClickHouse data types 2024-06-21 18:20:35 +00:00
DataTypeDate32.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
DataTypeDate32.h post-review changes 2024-08-13 18:30:43 +02:00
DataTypeDate.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
DataTypeDate.h post-review changes 2024-08-13 18:30:43 +02:00
DataTypeDateTime64.cpp
DataTypeDateTime64.h post-review changes 2024-08-13 18:30:43 +02:00
DataTypeDateTime.cpp
DataTypeDateTime.h post-review changes 2024-08-13 18:30:43 +02:00
DataTypeDecimalBase.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
DataTypeDecimalBase.h Apply linter changes 2024-10-06 12:29:20 +02:00
DataTypeDomainBool.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
DataTypeDynamic.cpp Don't use serializations cache in const Dynamic column methods 2024-08-27 13:01:37 +00:00
DataTypeDynamic.h Implement new JSON data type 2024-07-12 14:38:14 +00:00
DataTypeEnum.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
DataTypeEnum.h
DataTypeFactory.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
DataTypeFactory.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-08-13 21:19:17 +00:00
DataTypeFixedString.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
DataTypeFixedString.h
DataTypeFunction.cpp
DataTypeFunction.h
DataTypeInterval.cpp
DataTypeInterval.h
DataTypeIPv4andIPv6.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
DataTypeIPv4andIPv6.h post-review changes 2024-08-13 18:30:43 +02:00
DataTypeLowCardinality.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
DataTypeLowCardinality.h
DataTypeLowCardinalityHelpers.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
DataTypeMap.cpp Various stuff 2024-05-29 20:51:48 +00:00
DataTypeMap.h Various stuff 2024-05-29 20:51:48 +00:00
DataTypeNested.cpp Useless changes 2024-05-10 03:31:40 +02:00
DataTypeNested.h Implement binary encoding for ClickHouse data types 2024-06-21 18:20:35 +00:00
DataTypeNothing.cpp
DataTypeNothing.h
DataTypeNullable.cpp Fixing test. 2024-06-05 13:41:25 +00:00
DataTypeNullable.h Fix early constant folding for isNull/isNotNul and analyzer. 2024-05-31 12:50:29 +00:00
DataTypeNumberBase.cpp
DataTypeNumberBase.h
DataTypeObject.cpp Merge pull request #70374 from Avogar/fix-json-sub-object-subcolumn-group-by 2024-10-08 17:02:48 +00:00
DataTypeObject.h Fix review comments 2024-08-12 13:47:10 +00:00
DataTypeObjectDeprecated.cpp Check setting in runtime 2024-08-23 10:58:43 +00:00
DataTypeObjectDeprecated.h Implement new JSON data type 2024-07-12 14:38:14 +00:00
DataTypesBinaryEncoding.cpp Fix tidy build 2024-08-14 20:22:19 +00:00
DataTypesBinaryEncoding.h Calculate statistics for paths in shared data 2024-08-13 13:55:57 +00:00
DataTypesDecimal.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
DataTypesDecimal.h More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
DataTypeSet.h
DataTypesNumber.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
DataTypesNumber.h More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
DataTypeString.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
DataTypeString.h
DataTypeTuple.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
DataTypeTuple.h Implement Dynamic data type 2024-04-26 11:02:33 +00:00
DataTypeUUID.cpp
DataTypeUUID.h post-review changes 2024-08-13 18:30:43 +02:00
DataTypeVariant.cpp Update new prepareForSquashing method for ColumnDynamic 2024-08-12 21:29:26 +00:00
DataTypeVariant.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into dynamic-data-type 2024-04-26 11:08:04 +00:00
EnumValues.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
EnumValues.h Remove garbage 2024-09-22 21:29:12 +02:00
FieldToDataType.cpp Implement new JSON data type 2024-07-12 14:38:14 +00:00
FieldToDataType.h
getLeastSupertype.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
getLeastSupertype.h fix reviews, fix crash in fuzzer 2024-08-12 16:57:47 +02:00
getMostSubtype.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
getMostSubtype.h
hasNullable.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
hasNullable.h
IDataType.cpp progress 2024-09-19 19:54:12 -03:00
IDataType.h Merge branch 'master' into add_parquet_bloom_filters_support 2024-10-07 16:56:37 -03:00
IDataTypeDummy.h
Native.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
Native.h
NestedUtils.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
NestedUtils.h
NumberTraits.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
ObjectUtils.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
ObjectUtils.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-08-12 11:55:39 +00:00
registerDataTypeDateTime.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
TimezoneMixin.h
transformTypesRecursively.cpp
transformTypesRecursively.h
Utils.cpp Implement new JSON data type 2024-07-12 14:38:14 +00:00
Utils.h