ClickHouse/dbms/src/DataTypes
Ivan 571d0d541c
Improve CCTZ contrib (#9687)
* common/Types.h → common/types.h
  Also split Core/Defines.h and merge with common/likely.h
* Improve cctz contrib
* Fix ALWAYS_INLINE and unbundled build
* Update Dockerfile from master
* Fix test for unbundled library
2020-03-19 13:38:34 +03:00
..
tests Remove useless files 2020-01-26 18:25:58 +03:00
CMakeLists.txt
convertMySQLDataType.cpp Include Field.h in less files. 2019-10-08 16:23:24 +03:00
convertMySQLDataType.h
DataTypeAggregateFunction.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeAggregateFunction.h implemented couple of generators 2020-02-07 10:33:00 +03:00
DataTypeArray.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeArray.h implemented couple of generators 2020-02-07 10:33:00 +03:00
DataTypeCustom.h
DataTypeCustomIPv4AndIPv6.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeCustomSimpleAggregateFunction.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeCustomSimpleAggregateFunction.h
DataTypeCustomSimpleTextSerialization.cpp clang-tidy, part 7 2020-03-09 01:38:12 +03:00
DataTypeCustomSimpleTextSerialization.h clang-tidy, part 7 2020-03-09 01:38:12 +03:00
DataTypeDate.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeDate.h Fixed type-support traits, put all of those to IDataType.h: 2019-11-21 01:02:49 +03:00
DataTypeDateTime64.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeDateTime64.h Post-review refactoring and tests for DateTime64 and Decimal. 2019-12-11 06:58:49 +03:00
DataTypeDateTime.cpp Merge pull request #9566 from ClickHouse/clang-tidy 2020-03-12 13:33:19 +03:00
DataTypeDateTime.h Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeDecimalBase.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
DataTypeDecimalBase.h Improve CCTZ contrib (#9687) 2020-03-19 13:38:34 +03:00
DataTypeEnum.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeEnum.h implemented couple of generators 2020-02-07 10:33:00 +03:00
DataTypeFactory.cpp Merge pull request #9566 from ClickHouse/clang-tidy 2020-03-12 13:33:19 +03:00
DataTypeFactory.h Merge pull request #9566 from ClickHouse/clang-tidy 2020-03-12 13:33:19 +03:00
DataTypeFixedString.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeFixedString.h Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeFunction.cpp
DataTypeFunction.h
DataTypeInterval.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeInterval.h implemented couple of generators 2020-02-07 10:33:00 +03:00
DataTypeLowCardinality.cpp Added even more clang-tidy checks 2020-03-18 19:51:20 +03:00
DataTypeLowCardinality.h implemented couple of generators 2020-02-07 10:33:00 +03:00
DataTypeLowCardinalityHelpers.cpp add missing comment and rename 2019-11-26 12:59:31 +03:00
DataTypeNothing.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeNothing.h implemented couple of generators 2020-02-07 10:33:00 +03:00
DataTypeNullable.cpp Merge pull request #9566 from ClickHouse/clang-tidy 2020-03-12 13:33:19 +03:00
DataTypeNullable.h implemented couple of generators 2020-02-07 10:33:00 +03:00
DataTypeNumberBase.cpp Fix everything, add docs. 2020-02-07 10:33:00 +03:00
DataTypeNumberBase.h implemented couple of generators 2020-02-07 10:33:00 +03:00
DataTypesDecimal.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypesDecimal.h Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeSet.h implemented couple of generators 2020-02-07 10:33:00 +03:00
DataTypesNumber.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypesNumber.h Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeString.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeString.h Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeTuple.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeTuple.h clang-tidy, part 7 2020-03-09 01:38:12 +03:00
DataTypeUUID.cpp Revert "Keep alias type name to metadata" 2020-03-10 21:16:14 +03:00
DataTypeUUID.h Include Field.h in less files. 2019-10-08 16:23:24 +03:00
DataTypeWithSimpleSerialization.h
FieldToDataType.cpp Distinguish Array and Tuple field types when creating from array of Fields. (#7179) 2019-10-18 18:57:05 +03:00
FieldToDataType.h clang-tidy, part 7 2020-03-09 01:38:12 +03:00
getLeastSupertype.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
getLeastSupertype.h
getMostSubtype.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
getMostSubtype.h
IDataType.cpp clang-tidy, part 7 2020-03-09 01:38:12 +03:00
IDataType.h implemented couple of generators 2020-02-07 10:33:00 +03:00
IDataTypeDummy.h implemented couple of generators 2020-02-07 10:33:00 +03:00
Native.h Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
NestedUtils.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
NestedUtils.h
NumberTraits.h ubsan fix 2019-11-02 17:00:03 +08:00