ClickHouse/dbms/src/DataTypes
2019-02-11 17:36:54 +03:00
..
tests Fix build without protobuf, gtest, cppkafka (#4152) 2019-01-25 23:02:03 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
DataTypeAggregateFunction.cpp Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypeAggregateFunction.h Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypeArray.cpp Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypeArray.h Cleanups #4246 2019-02-10 18:17:45 +03:00
DataTypeDate.cpp Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeDate.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeDateTime.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeDateTime.h IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeDomainIPv4AndIPv6.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeDomainWithSimpleSerialization.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeDomainWithSimpleSerialization.h IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeEnum.cpp Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypeEnum.h Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypeFactory.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeFactory.h IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeFixedString.cpp Merge pull request #4326 from yandex/duplicate-includes 2019-02-10 22:31:37 +03:00
DataTypeFixedString.h Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypeFunction.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeFunction.h IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeInterval.cpp Introduce quarter interval kind as 3 months (in preparation for #3705) 2018-12-18 16:16:48 +03:00
DataTypeInterval.h IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
DataTypeLowCardinality.cpp Cleanups #4246 2019-02-10 18:17:45 +03:00
DataTypeLowCardinality.h Cleanups #4246 2019-02-10 18:17:45 +03:00
DataTypeLowCardinalityHelpers.cpp Added tests. Restored recursiveRemoveLowCardinality interface. 2019-01-29 18:44:02 +03:00
DataTypeNothing.cpp Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypeNothing.h Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypeNullable.cpp Cleanups #4246 2019-02-10 18:17:45 +03:00
DataTypeNullable.h Cleanups #4246 2019-02-10 18:17:45 +03:00
DataTypeNumberBase.cpp Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypeNumberBase.h Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypesDecimal.cpp Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypesDecimal.h Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypeSet.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
DataTypesNumber.cpp dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
DataTypesNumber.h rename widen to promote for IDataType 2019-01-25 15:16:23 +01:00
DataTypeString.cpp Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypeString.h Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
DataTypeTuple.cpp Cleanups #4246 2019-02-10 18:17:45 +03:00
DataTypeTuple.h Cleanups #4246 2019-02-10 18:17:45 +03:00
DataTypeUUID.cpp Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeUUID.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
DataTypeWithSimpleSerialization.h add comment 2018-09-18 19:29:44 +03:00
FieldToDataType.cpp Full support for Decimal #3721 2018-12-19 05:43:09 +03:00
FieldToDataType.h decimal field visitors CLICKHOUSE-3765 2018-08-23 22:11:31 +03:00
getLeastSupertype.cpp supertypes for decimal and ints [issue-3218] 2018-09-26 17:59:23 +03:00
getLeastSupertype.h renamed getLeastCommonType => getLeastSupertype; getMostCommonType => getMostSubtype [#CLICKHOUSE-3504] 2018-01-11 21:47:02 +03:00
getMostSubtype.cpp refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
getMostSubtype.h Update getMostSubtype.h 2018-01-19 22:08:39 +03:00
IDataType.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
IDataType.h Addition to prev. revision #4246 2019-02-10 19:22:38 +03:00
IDataTypeDomain.h IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
IDataTypeDummy.h Added function serializeProtobuf() to each data type. 2019-01-24 17:54:57 +03:00
Native.h Fix big dates comparison with compile expressions (Date and DateTime are not signed types anymore). 2019-02-11 17:36:54 +03:00
NestedUtils.cpp Add coments and fix compression for nested types 2018-12-25 13:04:38 +03:00
NestedUtils.h Add coments and fix compression for nested types 2018-12-25 13:04:38 +03:00
NumberTraits.h dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00